X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fprocess.html;fp=templates%2Fprocess.html;h=2a577152720c2101353767182f443d9d7fd11874;hb=23012cd370777b60a25839788d131173d2abee91;hp=8a50e15d16f541974c7c494248885898cffe0095;hpb=2c3365447f36c26f2f55cc2a1b42a1e3ad0a8db9;p=plomtask diff --git a/templates/process.html b/templates/process.html index 8a50e15..2a57715 100644 --- a/templates/process.html +++ b/templates/process.html @@ -1,18 +1,5 @@ {% extends 'base.html' %} -{% block css %} -input.btn-harmless { - color: green; -} -input.btn-dangerous { - color: red; -} -div.btn-to-right { - float: right; - text-align: right; -} -{% endblock %} - {% macro step_with_steps(step_id, step_node, indent) %}