소스 검색

changed admin page title

master
JohnnyIkarus 5 년 전
부모
커밋
c00387b200
1개의 변경된 파일2개의 추가작업 그리고 10개의 파일을 삭제
  1. +2
    -10
      calender/templates/calender/admin.html

+ 2
- 10
calender/templates/calender/admin.html 파일 보기

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


Loading…
취소
저장