X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;f=templates%2Fcondition.html;h=1fc5902025c7cc21a04a656880a973ed5b6ed312;hb=e150bee233a648950061b716dc1780581105ede6;hp=00aeedb6762f2d304b8784f116bce795ba350418;hpb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 00aeedb..1fc5902 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -1,4 +1,5 @@ -{% extends 'base.html' %} +{% extends '_base.html' %} +{% import '_macros.html' as macros %} @@ -9,7 +10,7 @@ title - +{% if condition.id_ %} [history]{% endif %} @@ -19,13 +20,10 @@ description - +{% if condition.id_ %} [history]{% endif %} - -
- -
+{{ macros.edit_buttons() }} {% endblock %}