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 %}