From 600b4f35c62e153e6b010fc5deea9e271f61cc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 18 Nov 2018 17:27:46 +0100 Subject: [PATCH] wcs: give current page as return url of backoffice submissions (#28115) --- combo/apps/wcs/templates/combo/wcs/backoffice_submission.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/combo/apps/wcs/templates/combo/wcs/backoffice_submission.html b/combo/apps/wcs/templates/combo/wcs/backoffice_submission.html index 51305f6a..fc1b7dd1 100644 --- a/combo/apps/wcs/templates/combo/wcs/backoffice_submission.html +++ b/combo/apps/wcs/templates/combo/wcs/backoffice_submission.html @@ -1,4 +1,4 @@ -{% load i18n %} +{% load combo i18n %} {% block cell-content %}

{% trans "New Form" %}

{% for site_formdefs in all_formdefs.values %} @@ -9,7 +9,7 @@ {% for category_formdefs in categories_formdefs %}
  • {{ category_formdefs.grouper }}

  • {% for formdef in category_formdefs.list|dictsort:"title" %} -
  • {{formdef.title}}
  • +
  • {{formdef.title}}
  • {% endfor %} {% endfor %} -- 2.19.1