From 116cce62b5d54c096a08d79937856bcc4545d906 Mon Sep 17 00:00:00 2001 From: LeandroRoberto Date: Mon, 17 Oct 2016 18:39:27 -0200 Subject: [PATCH] Corrige falha cometida no rebase --- sapl/templates/base.html | 2 -- .../bootstrap3/layout/radioselect.html | 19 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 sapl/templates/bootstrap3/layout/radioselect.html diff --git a/sapl/templates/base.html b/sapl/templates/base.html index 80ad94f38..7e651469f 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -277,8 +277,6 @@ - - diff --git a/sapl/templates/bootstrap3/layout/radioselect.html b/sapl/templates/bootstrap3/layout/radioselect.html deleted file mode 100644 index b3e6b589e..000000000 --- a/sapl/templates/bootstrap3/layout/radioselect.html +++ /dev/null @@ -1,19 +0,0 @@ -{% load crispy_forms_filters %} -{% load l10n %} - -
- {% include 'bootstrap3/layout/field_errors_block.html' %} - - {% for choice in field.field.choices %} - - {% endfor %} - - {% include 'bootstrap3/layout/help_text.html' %} -