Procházet zdrojové kódy

changed admin page title

master
JohnnyIkarus před 5 roky
rodič
revize
c00387b200
1 změnil soubory, kde provedl 2 přidání a 10 odebrání
  1. +2
    -10
      calender/templates/calender/admin.html

+ 2
- 10
calender/templates/calender/admin.html Zobrazit soubor

@@ -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 %}


Načítá se…
Zrušit
Uložit