File tree 2 files changed +1
-2
lines changed 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ <h3>{% trans "Read the Docs is funded by the community" %}</h3>
123
123
< p >
124
124
Read the Docs is funded by readers like you.
125
125
Help keep the site alive and well by supporting us with a < a href ="{% url "gold_detail " %}"> Gold Subscription</ a > .
126
- You can also make one-time donations on our < a href ='{% url "donate" %} '> sustainability</ a > page.
127
126
</ p >
128
127
< p >
129
128
Hosting for the project is graciously provided by < a href ="http://www.rackspace.com/cloud/ "> Rackspace</ a > .
Original file line number Diff line number Diff line change 44
44
url (r'^accounts/' , include ('readthedocs.profiles.urls.private' )),
45
45
url (r'^accounts/' , include ('allauth.urls' )),
46
46
url (r'^notifications/' , include ('readthedocs.notifications.urls' )),
47
+ url (r'^accounts/gold/' , include ('readthedocs.gold.urls' )),
47
48
# For redirects
48
49
url (r'^builds/' , include ('readthedocs.builds.urls' )),
49
50
# For testing the 404's with DEBUG on.
87
88
# Include donation URL's
88
89
groups .append ([
89
90
url (r'^sustainability/' , include ('readthedocsext.donate.urls' )),
90
- url (r'^accounts/gold/' , include ('readthedocs.gold.urls' )),
91
91
])
92
92
if not getattr (settings , 'USE_SUBDOMAIN' , False ) or settings .DEBUG :
93
93
groups .insert (0 , docs_urls )
You can’t perform that action at this time.
0 commit comments