Explorar el Código

changed admin page title

master
JohnnyIkarus hace 5 años
padre
commit
c00387b200
Se han modificado 1 ficheros con 2 adiciones y 10 borrados
  1. +2
    -10
      calender/templates/calender/admin.html

+ 2
- 10
calender/templates/calender/admin.html Ver fichero

@@ -2,16 +2,8 @@

{% block header %}
<div class="container w3-center">
<h1>{% block title %}Welcome to the Dankventskalender 2020!{% 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>
<h1>{% block title %}ADMIN!{% endblock %}</h1>

</div>
{% endblock %}


Cargando…
Cancelar
Guardar