From 56642885be405e166e58d704f80f47b7165f50d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uro=C5=A1=20Trebec?= Date: Mon, 21 Aug 2006 21:41:36 +0000 Subject: [PATCH] [full-history] * Added some generic-wannabe tables git-svn-id: http://code.djangoproject.com/svn/django/branches/full-history@3639 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../history/templates/history/detail.html | 49 ++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/django/contrib/history/templates/history/detail.html b/django/contrib/history/templates/history/detail.html index 49d4947d58..651b9af800 100644 --- a/django/contrib/history/templates/history/detail.html +++ b/django/contrib/history/templates/history/detail.html @@ -1,13 +1,60 @@ {% if change %} +

ChangeLog

+ + + + + + + + + +{% for field in change_fields %} + + + + + +{% endfor %} + +
NameValueVerbose
{{ field.name }}{{ field.data_type }}{% if field.verbose %} + {{ field.verbose|escape }} + {% endif %} + {% if field.help_text %} - + {{ field.help_text|escape }} + {% endif %}
+ +

{{ object }}

+ + + + + + + + + +{% for field in object_fields %} + + + + + +{% endfor %} + +
NameValueVerbose
{{ field.name }}{{ field.data_type }}{{ field.verbose }}
+ +