X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=templates%2F_macros.html;h=55ab626b1fe6bbb7f49b3ab41c9dbb24bf56d792;hb=fa05073a6ebaf46e8f72bec10a3dc03021ce704c;hp=a19c06381320461baf7b1622b475d7d0d244440b;hpb=1a9178b2b7bb66e77f3df01a0c7b2812839637ba;p=plomtask diff --git a/templates/_macros.html b/templates/_macros.html index a19c063..55ab626 100644 --- a/templates/_macros.html +++ b/templates/_macros.html @@ -1,16 +1,27 @@ {% macro edit_buttons() %} +
+
{% endmacro %} -{% macro datalist_of_titles(title, candidates) %} +{% macro datalist_of_titles(title, candidates, historical=false, with_comments=false) %} {% for candidate in candidates %} - + {% endfor %} {% endmacro %}