Update templates.rst with closing </li>
This commit is contained in:
parent
255c8d66af
commit
66d3774143
1 changed files with 4 additions and 4 deletions
|
|
@ -53,11 +53,11 @@ specific sections.
|
|||
<h1>Flaskr</h1>
|
||||
<ul>
|
||||
{% if g.user %}
|
||||
<li><span>{{ g.user['username'] }}</span>
|
||||
<li><a href="{{ url_for('auth.logout') }}">Log Out</a>
|
||||
<li><span>{{ g.user['username'] }}</span></li>
|
||||
<li><a href="{{ url_for('auth.logout') }}">Log Out</a></li>
|
||||
{% else %}
|
||||
<li><a href="{{ url_for('auth.register') }}">Register</a>
|
||||
<li><a href="{{ url_for('auth.login') }}">Log In</a>
|
||||
<li><a href="{{ url_for('auth.register') }}">Register</a></li>
|
||||
<li><a href="{{ url_for('auth.login') }}">Log In</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue