Add meta tags
This commit is contained in:
parent
38b6016e0d
commit
46b5d4c107
6 changed files with 27 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
{% block title %}Register
|
||||
{% endblock %}
|
||||
|
||||
{% block meta %}
|
||||
<meta name="description" content="Register for pflänz.li"
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% for flashError in app.flashes('verify_email_error') %}
|
||||
<div class="alert alert-danger" role="alert">{{ flashError }}</div>
|
||||
|
|
Reference in a new issue