resolving errors raised by django registration tests

pull/1/head
eric 2011-09-29 19:27:31 -04:00
parent 41746e6063
commit 146bb5639f
3 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,6 @@
<!DOCTYPE html>
{# raw url references raise test errors in tests for django registration; this is a workaround #}
{% url privacy as privacyurl %}
<html>
<head>
<title>unglue.it {% block title %}{% endblock %}</title>
@ -43,7 +45,7 @@
<div id="footer">
<ul class="menu">
<li><a href="{% url privacy %}"><span>Privacy</span></a></li>
<li><a href="{{privacyurl}}"><span>Privacy</span></a></li>
</ul>
</div>

View File

@ -0,0 +1,2 @@
<!-- template needed only to pass tests -->

View File

@ -0,0 +1,2 @@
<!-- template needed only to pass tests -->