X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fcondition.html;h=8e73e5ee5ec712f566271dc2ab8eb8347042048a;hb=2ca0045683f74254fd0e248c2567fa2efa358c08;hp=dfdf6ef9ce376f8c231e4b33388102d6eb51d16c;hpb=34741b65438149b4e02f1e2bb4f8fdba5df5a667;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index dfdf6ef..8e73e5e 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -1,10 +1,29 @@ -{% extends 'base.html' %} +{% extends '_base.html' %} +{% import '_macros.html' as macros %} + + {% block content %}

condition

-title: -description: - + + + + + + + + + + + + + + + + + +
title
is active
description
+{{ macros.edit_buttons() }} {% endblock %}