Merge branch 'main' of github.com:guntherweissenbaeck/django_fbf

This commit is contained in:
gnuter3000 2023-07-07 09:36:08 +02:00
commit 0691465c8d
2 changed files with 2581 additions and 2 deletions

View file

@ -2,8 +2,9 @@
{% block content %}
<div class="row" style="text-align: center;">
<div>
<img src="../../../static/img/wvh.png" alt="Logo Wildvogelhilfe Jena" class="logowvh">
<a href="{% url 'account_login' %}" id="loginMain"><button type="button" class="btn btn-primary btn-lg">Anmelden</button></a>
<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 %}