diff --git a/mmwatch/www/templates/index.html b/mmwatch/www/templates/index.html index 2e33d41..7e26f02 100644 --- a/mmwatch/www/templates/index.html +++ b/mmwatch/www/templates/index.html @@ -94,8 +94,12 @@

Changes

{% for change in changes %}
- {{ change.user }} at {{ change.timestamp.strftime('%d.%m.%Y %H:%M') }} - in {{ change.changeset }}: {{ change.explain_action() }} + {{ change.user }} at {{ change.timestamp.strftime('%d.%m.%Y %H:%M') }} in + {% if change.action == 'n' %} + {{ change.changeset }}: {{ change.explain_action() }} + {% else %} + {{ change.changeset }}: {{ change.explain_action() }} + {% endif %} {% if change.obj_type %} {{ change.main_tag or '' }}