home · contact · privacy
Enable deletion of Conditions.
[plomtask] / templates / condition.html
index dfdf6ef9ce376f8c231e4b33388102d6eb51d16c..a0a9f45c54c3372bad772c1a67f33ba699e1630d 100644 (file)
@@ -5,6 +5,11 @@
 <form action="condition?id={{condition.id_ or ''}}" method="POST">
 title: <input name="title" value="{{condition.title.newest|e}}" />
 description: <input name="description" value="{{condition.description.newest|e}}" />
-<input type="submit" value="OK" />
+
+<input class="btn-harmless" type="submit" name="update" value="update" />
+<div class="btn-to-right">
+<input class="btn-dangerous" type="submit" name="delete" value="delete" />
+</div>
+
 {% endblock %}