diff --git a/youmap/templates/chickpea/category_form.html b/youmap/templates/chickpea/category_form.html
index 11d1b836..f0b3cf6d 100644
--- a/youmap/templates/chickpea/category_form.html
+++ b/youmap/templates/chickpea/category_form.html
@@ -22,4 +22,7 @@
{{ form.preset.help_text }}
{{ form.map }}
+ {% if delete_url %}
+ Delete
+ {% endif %}
\ No newline at end of file