X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/f982c8513663a0f9927fb04ba650a5f63bb7f21f..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 e756fff..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