Skip to content

Commit

Permalink
Donate form context processor (#333)
Browse files Browse the repository at this point in the history
* Add donate form context processor

* Try installing and collecting reverse js here

* Revert "Try installing and collecting reverse js here"

This reverts commit 1b8ae86.
  • Loading branch information
faucomte97 authored Oct 11, 2024
1 parent 8363aee commit d849924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
"django.contrib.messages.context_processors.messages",
"sekizai.context_processors.sekizai",
"portal.context_processors.process_newsletter_form",
"portal.context_processors.process_donate_form",
"common.context_processors.module_name",
"common.context_processors.cookie_management_enabled",
],
Expand Down

0 comments on commit d849924

Please sign in to comment.