Projet

Général

Profil

Télécharger (189 octets) Statistiques
| Branche: | Tag: | Révision:

root / corbo / templates / corbo / category_form.html @ cc12ccfe

1
{% extends "corbo/manage.html" %}
2
{% load i18n %}
3
{% block content %}
4
<form method="post">
5
  {% csrf_token %}
6
  {{ form.as_p }}
7
  <button>{% trans "Save" %}</button>
8
</form>
9
{% endblock %}
(3-3/5)