Skip to content

Commit

Permalink
Contact page nav link
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithpolepeddi committed Jan 4, 2013
1 parent 36643ee commit 5f9b557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/layout.html
Expand Up @@ -13,6 +13,7 @@ <h1 class="logo">Flask App</h1>
<ul class="menu">
<li><a href="{{ url_for('home') }}">Home</a></li>
<li><a href="{{ url_for('about') }}">About</a></li>
<li><a href="{{ url_for('contact') }}">Contact</a></li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit 5f9b557

Please sign in to comment.