Skip to content
Snippets Groups Projects
Commit 72eaea5f authored by Jan Mach's avatar Jan Mach
Browse files

Fix the cancel button issue

(Redmine issue: #7544)
parent 5da8e687
No related branches found
No related tags found
No related merge requests found
...@@ -741,7 +741,7 @@ When that is done execute following command from within the development Vagrant ...@@ -741,7 +741,7 @@ When that is done execute following command from within the development Vagrant
.. code-block:: shell .. code-block:: shell
(venv) !DEV! mentat@mentat-devel /vagrant $ make data-fetch-dbsnapshot (venv) !DEV! mentat@mentat-devel /vagrant $ make data-import-dbsnapshot
That is about it. When working in Vagrat box please note and keep in mind following: That is about it. When working in Vagrat box please note and keep in mind following:
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
<div class="btn-toolbar" role="toolbar" aria-label="{{ _('Form submission buttons') }}"> <div class="btn-toolbar" role="toolbar" aria-label="{{ _('Form submission buttons') }}">
<div class="btn-group" role="group"> <div class="btn-group" role="group">
{%- block itemform_buttons %} {%- block itemform_buttons %}
{{ form.cancel(class_='btn btn-default') }}
{{ form.submit(class_='btn btn-primary') }} {{ form.submit(class_='btn btn-primary') }}
{% endblock itemform_buttons %} {% endblock itemform_buttons %}
</div> </div>
......
  • Pavel Kácha @ph

    mentioned in issue #7519 (closed)

    By Rajmund Hruška on 2024-12-26T14:24:09

    · Imported

    mentioned in issue #7519 (closed)

    By Rajmund Hruška on 2024-12-26T14:24:09

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment