From acae0a2620ad44d742496c92832b4c74984f5c31 Mon Sep 17 00:00:00 2001 From: Kenneth Love Date: Thu, 18 Jul 2013 17:02:40 -0700 Subject: [PATCH] icons --- .../djadmin2theme_default/includes/history.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/djadmin2/themes/djadmin2theme_default/templates/djadmin2theme_default/includes/history.html b/djadmin2/themes/djadmin2theme_default/templates/djadmin2theme_default/includes/history.html index e8a3209..c4b9f9b 100644 --- a/djadmin2/themes/djadmin2theme_default/templates/djadmin2theme_default/includes/history.html +++ b/djadmin2/themes/djadmin2theme_default/templates/djadmin2theme_default/includes/history.html @@ -1,15 +1,16 @@ {% if actions %} -
    +
      {% for action in actions %}
    1. {% if action.is_addition %} - + + {% elif action.is_change %} - ~ + {% else %} - - + {% endif %} {{ action }} + {{ action.content_type.model }}
    2. {% endfor %}