X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/be26ac9493b40e87e07c773a8d7c79ef1e8b7b48..HEAD:/forum/skins/default/templates/node/post_controls.html?ds=sidebyside diff --git a/forum/skins/default/templates/node/post_controls.html b/forum/skins/default/templates/node/post_controls.html index c34e50f..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