aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/products/category_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/products/category_form.html')
-rwxr-xr-xservo/templates/products/category_form.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/servo/templates/products/category_form.html b/servo/templates/products/category_form.html
new file mode 100755
index 0000000..72ec93a
--- /dev/null
+++ b/servo/templates/products/category_form.html
@@ -0,0 +1,13 @@
+{% extends "modal.html" %}
+{% load i18n %}
+
+{% block header %}
+ {% trans "Edit Product Group" %}
+{% endblock header %}
+
+{% block body %}
+ <form action="{{ request.path }}" method="post" class="form-horizontal">
+ {% csrf_token %}
+ {% include "form_snippet.html" %}
+ </form>
+{% endblock body %}