Files
web2.0-backend/webapp/templates/error.html
T
2017-10-11 21:20:22 +03:00

10 lines
210 B
HTML

{% extends "base.html" %}
{% block navigation %}
{% endblock navigation %}
{% block content %}
<div class="alert alert-danger" role="alert">
{{ errors|safe }}
</div>
{% endblock content %}