2016-03-20 16:10:00 +01:00
|
|
|
{% extends "_base.html" %}
|
2015-10-01 17:06:33 +02:00
|
|
|
{% block content %}
|
2016-03-20 16:10:00 +01:00
|
|
|
<div class="alert alert-danger" role="alert">
|
2016-03-20 16:16:05 +01:00
|
|
|
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
|
|
|
|
<span class="sr-only">Error:</span>
|
|
|
|
{{ message }}
|
2016-03-20 16:10:00 +01:00
|
|
|
</div>
|
2015-10-01 17:06:33 +02:00
|
|
|
{% endblock %}
|