pycon icon indicating copy to clipboard operation
pycon copied to clipboard

Simplify columns in Grant Admin change list view

Open estyxx opened this issue 10 months ago • 0 comments

Reduce the number of columns displayed in the Grant admin change list view. Specifically, remove the individual amount fields ("ticket_amount", "travel_amount", "accommodation_amount") in favor of keeping only "total_amount". Additionally, eliminate the "applicant_reply_sent_at" and "applicant_reply_deadline" fields from both the display and the model, as this information is already handled by the email system (via the SentEmail model).

estyxx avatar Feb 25 '25 23:02 estyxx