diff --git a/larigira/dbadmin/templates/edit_event.html b/larigira/dbadmin/templates/edit_event.html
index 78aba52..4b8d68e 100644
--- a/larigira/dbadmin/templates/edit_event.html
+++ b/larigira/dbadmin/templates/edit_event.html
@@ -49,32 +49,37 @@ $(function() {
You are currently editing: {{alarm|tojson}}
{% endif %}
Change actions
-
- Available actions:
-
- {% for a in all_actions %}
- - {% if a.nick %} {{a.nick}} {% else %} {{a.eid}} {%endif%}
- {% endfor %}
-
-
-
- Actions currently added:
-
- {% for a in actions %}
- - {% if a.nick %} {{a.nick}} {% else %} {{a.eid}} {%endif%}
- {% endfor %}
-
-
-
-
-
-
+
+
+ Available actions:
+
+ {% for a in all_actions %}
+ - {% if a.nick %} {{a.nick}} {% else %} {{a.eid}} {%endif%}
+ {% endfor %}
+
+
+
+
+
+ Actions currently added:
+
+ {% for a in actions %}
+ - {% if a.nick %} {{a.nick}} {% else %} {{a.eid}} {%endif%}
+ {% endfor %}
+
+
+
+
+
+
+
+
{% endblock content %}
{# vim: set ts=2 sw=2 noet: #}