Skip to content

Commit d849924

Browse files
authored
Donate form context processor (#333)
* Add donate form context processor * Try installing and collecting reverse js here * Revert "Try installing and collecting reverse js here" This reverts commit 1b8ae86.
1 parent 8363aee commit d849924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_site/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
"django.contrib.messages.context_processors.messages",
232232
"sekizai.context_processors.sekizai",
233233
"portal.context_processors.process_newsletter_form",
234+
"portal.context_processors.process_donate_form",
234235
"common.context_processors.module_name",
235236
"common.context_processors.cookie_management_enabled",
236237
],

0 commit comments

Comments
 (0)