home · contact · privacy
Enable deletion of Conditions.
[plomtask] / templates / process.html
index 8a50e15d16f541974c7c494248885898cffe0095..2a577152720c2101353767182f443d9d7fd11874 100644 (file)
@@ -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) %}