We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f70a0 commit 5591eb5Copy full SHA for 5591eb5
readthedocs/urls.py
@@ -86,7 +86,7 @@
86
if 'readthedocsext.donate' in settings.INSTALLED_APPS:
87
# Include donation URL's
88
groups.append([
89
- url(r'^sustainability/', include('readthedocs.donate.urls')),
+ url(r'^sustainability/', include('readthedocsext.donate.urls')),
90
url(r'^accounts/gold/', include('readthedocs.gold.urls')),
91
])
92
if not getattr(settings, 'USE_SUBDOMAIN', False) or settings.DEBUG:
0 commit comments