Cleanup of templates to use {% url %} for locations, instead of using hardcoded locations

This commit is contained in:
2010-04-23 15:34:58 +01:00
parent c4631f3dbb
commit daaee6cc3c
22 changed files with 41 additions and 75 deletions

View File

@@ -18,7 +18,7 @@ this is incorrect please raise a bug on the tracker.
<tr><td>Password:</td><td>{{ acc.password }}</td></tr>
</table>
<p><a href="/profile">Return to your profile page</a></p>
<p><a href="{% url sso.views.profile %}">Return to your profile page</a></p>
{% endif %}
{% endblock %}