changed admin page title

This commit is contained in:
JohnnyIkarus
2020-11-16 15:06:52 +01:00
parent 8972f0ffb0
commit c00387b200

View File

@@ -2,16 +2,8 @@
{% block header %} {% block header %}
<div class="container w3-center"> <div class="container w3-center">
<h1>{% block title %}Welcome to the Dankventskalender 2020!{% endblock %}</h1> <h1>{% block title %}ADMIN!{% endblock %}</h1>
<div>
<h6>Submit your meme for the next day now! Feel free to create and submit your own creations. </h6>
<br>
{% if g.user %}
<a class="action" href="{{ url_for('calender.create') }}">
<button>Submit a Meme</button>
</a>
{% endif %}
</div>
</div> </div>
{% endblock %} {% endblock %}