From 31fa6ccbf06d5618bbda6c6c9015905fddb2348c Mon Sep 17 00:00:00 2001 From: Christian Kesselheim Date: Wed, 27 Jul 2011 21:16:58 +0200 Subject: [PATCH 1/2] Fixed a typo that caused the "Visit on site" link to break for stacked inlines --- grappelli/templates/admin/edit_inline/stacked.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grappelli/templates/admin/edit_inline/stacked.html b/grappelli/templates/admin/edit_inline/stacked.html index ffbf6e264..7d776a37c 100644 --- a/grappelli/templates/admin/edit_inline/stacked.html +++ b/grappelli/templates/admin/edit_inline/stacked.html @@ -20,7 +20,7 @@

{{ inline_admin_formset.opts.verbose_name_plural|ti id="{{ inline_admin_formset.formset.prefix }}{% if forloop.last %}-empty{% else %}{{ forloop.counter0 }}{% endif %}">

{{ inline_admin_formset.opts.verbose_name|title }}  {% if inline_admin_form.original %}{{ inline_admin_form.original }}{% endif %}