From f38b38f79096b549797c5d891fe3fbef6f60da88 Mon Sep 17 00:00:00 2001 From: shagi Date: Thu, 2 Jun 2022 12:54:50 +0200 Subject: [PATCH] Fix html typo --- gas/templates/gas/base_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gas/templates/gas/base_form.html b/gas/templates/gas/base_form.html index 450f044..6157ecf 100644 --- a/gas/templates/gas/base_form.html +++ b/gas/templates/gas/base_form.html @@ -23,10 +23,10 @@
  • {% trans "Cancel" %}
  • {% endif %} -
  • +
  • {% if not is_popup %} -
  • +
  • {% endif %} {% block extra_form_actions %}{% endblock %} {% endblock form_actions %}