Move the remanants of the profiles app into the local app for more caminus-only bits

This commit is contained in:
Trever Fischer
2012-03-10 19:14:19 -05:00
parent 77314a81e7
commit 8ee0ce3365
25 changed files with 284 additions and 194 deletions

View File

@@ -53,7 +53,7 @@
</ul>
{% else %}
<h2 class="title">Login</h2>
<p>Welcome! Do you have an invite? <a href="{% url profiles.views.claimInvite %}">Claim it!</a><p>
<p>Welcome! Do you have an invite? <a href="{% url local.views.claimInvite %}">Claim it!</a><p>
<p><a href="{% url django.contrib.auth.views.password_reset %}">Forgot your password?</a>
<form method="POST" action="{%url django.contrib.auth.views.login %}">
{%csrf_token%}
@@ -73,7 +73,7 @@
<ul>
<li><a href="/">Home</a></li>
<li><a href="{%url forums.views.index%}">Forums</a></li>
<li><a href="{%url profiles.views.list %}">User List</a></li>
<li><a href="{%url local.views.list %}">User List</a></li>
<li><a href="{% url petition.views.create %}">Create Petition</a></li>
{% get_flatpages '/' as pages %}
{% for page in pages %}