Commit 5c19680
Add Wagtail admin interface for Donation Popup and Fundraiser models (#1662)
* Add Wagtail admin interface for Donation Popup and Fundraiser models
This change makes the DonationPopup and Fundraiser models editable
through the Wagtail admin interface, allowing content managers to
update donation popup content without needing access to the Django admin.
Changes:
- Created donations/wagtail_hooks.py
- Registered DonationPopup model with appropriate fields displayed
- Registered Fundraiser model with appropriate fields displayed
- Models remain accessible via Django admin for backward compatibility
Related to: CORE-1390
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Group site messaging models under expandable "Site Messaging Modals" menu (#1663)
* Initial plan
* Create Site Messaging Modals group with all four models
Co-authored-by: mwvolo <3905516+mwvolo@users.noreply.github.com>
* Update PR description with completed changes
Co-authored-by: mwvolo <3905516+mwvolo@users.noreply.github.com>
* Remove accidentally committed database file
Co-authored-by: mwvolo <3905516+mwvolo@users.noreply.github.com>
* Add trailing comma to items tuple for consistency
Co-authored-by: mwvolo <3905516+mwvolo@users.noreply.github.com>
* update label
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mwvolo <3905516+mwvolo@users.noreply.github.com>
Co-authored-by: Michael Volo <volo@rice.edu>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mwvolo <3905516+mwvolo@users.noreply.github.com>
Co-authored-by: Michael Volo <volo@rice.edu>1 parent c583c31 commit 5c19680
File tree
3 files changed
+46
-2
lines changed- donations
- global_settings
3 files changed
+46
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
0 commit comments