deletin stuff can now be a modal to, that makes more sense anyway

This commit is contained in:
Laura Klünder 2017-06-20 20:08:18 +02:00
parent c038af2209
commit 45ed91803e

View file

@ -1,7 +1,7 @@
{% load bootstrap3 %} {% load bootstrap3 %}
{% load i18n %} {% load i18n %}
{% include 'editor/fragment_levels.html' %}
{% include 'editor/fragment_modal_close.html' %}
<h3>{% blocktrans %}Delete {{ model_title }}{% endblocktrans %}</h3> <h3>{% blocktrans %}Delete {{ model_title }}{% endblocktrans %}</h3>
<form action="{{ request.path }}" data-keep-geometry method="post"> <form action="{{ request.path }}" data-keep-geometry method="post">
{% csrf_token %} {% csrf_token %}