From 748dba92673c600031d02b0e33822c85a8ed275a Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Fri, 26 Feb 2016 16:22:33 -0300 Subject: [PATCH] Remove comentario errado --- templates/crud/detail.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/crud/detail.html b/templates/crud/detail.html index b88bfef72..8ef6cd351 100644 --- a/templates/crud/detail.html +++ b/templates/crud/detail.html @@ -14,7 +14,6 @@ {% block detail_content %} - {# TODO replace fieldset for something semantically correct, but with similar visual grouping style #} {% for fieldset in view.fieldsets %}

{{ fieldset.legend }}

{% for row in fieldset.rows %}