X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2Fcondition.html;h=8e73e5ee5ec712f566271dc2ab8eb8347042048a;hb=29969c2d0fb6c464662737df1da94f76dc2c0982;hp=00aeedb6762f2d304b8784f116bce795ba350418;hpb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 00aeedb..8e73e5e 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -1,4 +1,5 @@ -{% extends 'base.html' %} +{% extends '_base.html' %} +{% import '_macros.html' as macros %} @@ -23,9 +24,6 @@ - -
- -
+{{ macros.edit_buttons() }} {% endblock %}