8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-07 14:44:10 +00:00
re2o/cotisations/templates/cotisations/facture.html

15 lines
391 B
HTML

{% extends "cotisations/sidebar.html" %}
{% load bootstrap3 %}
{% block title %}Création et modification de factures{% endblock %}
{% block content %}
{% bootstrap_form_errors factureform %}
<form class="form" method="post">
{% csrf_token %}
{% bootstrap_form factureform %}
{% bootstrap_button "Créer ou modifier" button_type="submit" icon="star" %}
</form>
{% endblock %}