remove empty lines

This commit is contained in:
Ville Rantanen
2018-02-18 11:39:24 +02:00
parent f9fda4c917
commit f272e29e64
2 changed files with 0 additions and 5 deletions

View File

@@ -9,6 +9,4 @@
</form>
</div>
</div>
{% endblock %}

View File

@@ -4,7 +4,4 @@
<p>You logged out from share <a href="{{ url_for('list_view',name=name) }}">{{ name|safe }}</a></p>
<p>Continue to <a href="{{ url_for('index') }}">index</a></p>
</div>
{% endblock %}