Commit f84f11f8 by Őry Máté

dashboard: improve operation confirm dialog

parent 4a0c749b
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
{% block question %} {% block question %}
<p> <p>
{% blocktrans with obj=object url=object.get_absolute_url op=op.name %} {% blocktrans with obj=object url=object.get_absolute_url op=op.name %}
Do you want to do the following operation on <a href="{{url}}">{{obj}}</a>: Do you want to perform the following operation on
<strong>{{op}}</strong>? <a data-dismiss="modal" href="{{url}}">{{obj}}</a>: <strong>{{op}}</strong>?
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p class="text-info">{{op.name}}: {{op.description}}</p> <p class="text-info">{{op.description}}</p>
{% endblock %} {% endblock %}
<form method="POST" action="{{url}}">{% csrf_token %} <form method="POST" action="{{url}}">{% csrf_token %}
{% block formfields %} {% block formfields %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment