Skip to content

Commit 5591eb5

Browse files
committed
One last url fix
1 parent a1f70a0 commit 5591eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
if 'readthedocsext.donate' in settings.INSTALLED_APPS:
8787
# Include donation URL's
8888
groups.append([
89-
url(r'^sustainability/', include('readthedocs.donate.urls')),
89+
url(r'^sustainability/', include('readthedocsext.donate.urls')),
9090
url(r'^accounts/gold/', include('readthedocs.gold.urls')),
9191
])
9292
if not getattr(settings, 'USE_SUBDOMAIN', False) or settings.DEBUG:

0 commit comments

Comments
 (0)