changed admin page title
This commit is contained in:
@@ -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 %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user