Add product type management views

This commit is contained in:
Skia
2016-07-27 20:05:45 +02:00
parent f230fbc135
commit 80f72df1de
9 changed files with 201 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
{% extends "core/base.jinja" %}
{% block content %}
<h2>{% trans %}Create{% endtrans %}</h2>
<h2>{% trans name=form.instance.__class__._meta.verbose_name %}Create {{ name }}{% endtrans %}</h2>
<form action="" method="post">
{% csrf_token %}
{{ form.as_p() }}