Skip to content

Commit

Permalink
Update register.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolver0 committed Oct 22, 2014
1 parent 6daffe8 commit 13f77ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProtoDB/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

<h1> ProtoCat </h1>
<nav><ul>
<li class="active"><a href="/home./">Home</a></li>
<li><a href="/home./">Home</a></li>
<li><a href="/protocol_list/">Catalog</a></li>
{% if user.is_authenticated %}
<li><a href="/create_protocol/">Create Protocol</a></li>
<li><a href="/logout/">Logout</a></li>
{% else %}
<li><a href="/login/">Login</a></li>
<li><a href="/register/">Create Account</a></li>
<li class="active"><a href="/register/">Create Account</a></li>
{% endif %}
<li><a href="/about/">About</a></li>
</ul></nav>
Expand Down

0 comments on commit 13f77ef

Please sign in to comment.