forked from DGNum/gestioCOF
Delete unused template
This commit is contained in:
parent
826e45f619
commit
85c750d380
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
{% extends "bds/base.html" %}
|
|
||||||
{% load bulma_utils %}
|
|
||||||
|
|
||||||
{% block body %}
|
|
||||||
|
|
||||||
{% include "bds/nav.html" %}
|
|
||||||
|
|
||||||
<section class="section">
|
|
||||||
<div class="columns">
|
|
||||||
<div class="column is-two-thirds is-offset-2">
|
|
||||||
{% if messages %}
|
|
||||||
{% for message in messages %}
|
|
||||||
<div class="notification is-{{ message.level_tag|bulma_message_tag }}">
|
|
||||||
{% if 'safe' in message.tags %}
|
|
||||||
{{ message|safe }}
|
|
||||||
{% else %}
|
|
||||||
{{ message }}
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
|
||||||
{% block content %}
|
|
||||||
{% endblock content %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{% endblock body %}
|
|
Loading…
Reference in a new issue