mobile stuff

This commit is contained in:
Dominic DiTaranto 2024-10-29 12:18:55 -04:00
parent 7bb09a7831
commit 6a895e489a

View File

@ -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>