webshop login, logout

This commit is contained in:
Rushabh Mehta
2013-03-19 11:12:22 +05:30
parent 8f43b31dae
commit a54cb247c4
9 changed files with 147 additions and 120 deletions

View File

@@ -47,9 +47,6 @@
{% endif %}
{% endfor %}
</ul>
<ul class="nav pull-right">
<li id="login-topbar-item"><a href="login">Login</a></li>
</ul>
</div>
</div>
</div>

View File

@@ -4,6 +4,10 @@
<header>
</header>
<div class="container">
<div class="pull-right" style="margin:4px;" id="user-tools">
<a id="login-link" href="login">Login</a>
</div>
<div class="clearfix"></div>
{% if banner_html %}<div class="row" style="margin-top: 30px;">
<div class="span12">{{ banner_html }}</div>
</div>{% endif %}