mobile stuff
This commit is contained in:
parent
7bb09a7831
commit
6a895e489a
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Korabo</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{% load static %}
|
||||
{% load bootstrap5 %}
|
||||
{% bootstrap_css %}
|
||||
@ -20,7 +21,8 @@
|
||||
<div style="float:right;">
|
||||
<a href="{% url 'index' %}">home</a> |
|
||||
<a href="{% url 'change_password' %}">change password</a> |
|
||||
<a href="{% url 'logout' %}">logout</a>
|
||||
<a href="{% url 'logout' %}">logout</a> |
|
||||
{% if request.user.is_authenticated %}Hello {{ request.user.username }} {% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user