Add meta tags
This commit is contained in:
parent
38b6016e0d
commit
46b5d4c107
6 changed files with 27 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
{% block title %}Log in{% endblock %}
|
||||
|
||||
{% block meta %}
|
||||
<meta name="description" content="Register for pflänz.li"
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<form method="post">
|
||||
{% if error %}
|
||||
|
|
Reference in a new issue