X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/e14bec1444b50a351b0d228d25f6d6cf56a8151c..HEAD:/forum/skins/default/templates/node/post_controls.html diff --git a/forum/skins/default/templates/node/post_controls.html b/forum/skins/default/templates/node/post_controls.html index bbe1e22..3480a36 100644 --- a/forum/skins/default/templates/node/post_controls.html +++ b/forum/skins/default/templates/node/post_controls.html @@ -1,22 +1,22 @@ -{% load i18n %} -{% spaceless %} -{% for control in controls %} - - {{ control.text }} - - {% ifnotequal controls|last control %} - | - {% endifnotequal %} -{% endfor %} -{% if menu|length %} - | - - {% trans "more" %} ▼ - - -{% endif %} +{% load i18n %} +{% spaceless %} +{% for control in controls %} + + {{ control.text }} + + {% ifnotequal controls|last control %} + | + {% endifnotequal %} +{% endfor %} +{% if menu|length %} + | + + {% trans "more" %} ▼ + + +{% endif %} {% endspaceless %} \ No newline at end of file