edit + tables

This commit is contained in:
Unknown
2018-02-01 15:34:43 +01:00
parent 4d3e8e6b53
commit e9dc2dc48f
8 changed files with 154 additions and 136 deletions

View File

@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load crispy_forms_tags %}
{% load i18n %}
{% load django_tables2 %}
{% block title %}{% trans 'New Category' %}{% endblock %}
@@ -15,4 +16,7 @@
{% crispy form %}
</form>
{% if table %}
{% render_table table %}
{% endif %}
{% endblock %}