jazzmin as a more beauty admin panel

This commit is contained in:
gw3000 2023-07-11 18:04:19 +02:00
parent 8ea5c87c9c
commit aca1c3c3fa
117 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{% extends 'base.html' %}
{% block content %}
<div class="row" style="text-align: center;">
<div>
<h1 style="margin-bottom: 5px;">FallenBirdy</h1>
<img src="../../../static/img/wvhLogo12001200300x.png" alt="Logo Wildvogelhilfe Jena" class="logowvh">
<a href="{% url 'account_login' %}" id="loginMain">Einloggen</a>
</div>
</div>
{% endblock content %}