diff --git a/cotisations/templates/cotisations/new_facture.html b/cotisations/templates/cotisations/new_facture.html new file mode 100644 index 00000000..2795718a --- /dev/null +++ b/cotisations/templates/cotisations/new_facture.html @@ -0,0 +1,114 @@ +{% extends "cotisations/sidebar.html" %} +{% load bootstrap3 %} +{% load staticfiles%} + +{% block title %}Création et modification de factures{% endblock %} + +{% block content %} +{% bootstrap_form_errors factureform %} + +
+ + + +{% endblock %}