Browse Source

Moving signout button to last pos

clement 1 năm trước cách đây
mục cha
commit
757be58be8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      templates/home.html

+ 1 - 1
templates/home.html

@@ -7,10 +7,10 @@
         <h1>Hello {{ username }}</h1>
         <h1>Hello {{ username }}</h1>
         <ul>
         <ul>
             <li><a href="changepassword">Change password</a></li>
             <li><a href="changepassword">Change password</a></li>
-            <li><a href="signout">Sign out</a></li>
             {% if user_is_ssh %}
             {% if user_is_ssh %}
             <li><a href="ssh">Manage SSH Keys</a></li>
             <li><a href="ssh">Manage SSH Keys</a></li>
             {% endif %}
             {% endif %}
+            <li><a href="signout">Sign out</a></li>
         </ul>
         </ul>
     </body>
     </body>
 </html>
 </html>