improve UI
This commit is contained in:
parent
c5702e9159
commit
876d975713
|
@ -64,8 +64,8 @@
|
|||
{% if user.is_authenticated %}
|
||||
<div class="dropdown navbar-right"><a class="dropdown-toggle navbar-text" style="font-size: 18px;" data-toggle="dropdown" href="#">Hello, {{ user.username }} <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li style="font-size: 10px"><a href="{% url 'change_password' %}">Change Password</a></li>
|
||||
<li style="font-size: 10px"><a href="{% url 'logout' %}">Sign Out</a></li>
|
||||
<li ><a href="{% url 'change_password' %}" style="font-size: 15px">Change Password</a></li>
|
||||
<li ><a href="{% url 'logout' %}" style="font-size: 15px">Sign Out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue