Fix a URL bug relating to error screens

better-search-logging
David Fischer 2017-10-11 21:04:42 -07:00 committed by Eric Holscher
parent 4ecdf928e4
commit a66d3cdcfb
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@
<a href="{{ gold_detail }}">{% trans "Read the Docs Gold" %}</a>
</li>
<li>
<a href='{% url "donate" %}'>{% trans "Donate" %}</a>
{% url "donate" as donate_url %}
<a href='{{ donate_url }}'>{% trans "Donate" %}</a>
</li>
</ul>
</div>