Skip to content

Commit

Permalink
added link to create page in newprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed May 11, 2009
1 parent 105a7eb commit b8f2a4d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -14,6 +14,7 @@
<ul>
{% if user.is_authenticated %}
<li><a href="{% url your_projects %} ">{% trans "Your Projects" %}</a></li>
<li><a href="{% url project_create %}">{% trans "Create a Project" %}</a></li>
{% endif %}
<li><a href="{% url project_list %}">{% trans "All Projects" %}</a></li>
</ul>
Expand Down

0 comments on commit b8f2a4d

Please sign in to comment.