Modification du modèle de documents

This commit is contained in:
Guillaume Ayoub 2018-06-11 14:10:46 +02:00
parent 64af279215
commit b3778f596d
3 changed files with 65 additions and 57 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.venv
/factures/commun/*.html.jinja2
/factures/commun/*.pdf

View File

@ -23,6 +23,7 @@
</address>
</header>
{% block content %}
<dl>
<dt>Date</dt>
<dd>{{ date }}</dd>
@ -82,5 +83,6 @@
<dd>SOGEFRPPLPC</dd>
</dl>
</footer>
{% endblock content %}
</body>
</html>

View File

@ -113,3 +113,7 @@ dd::after {
p {
margin: 0.5em 0;
}
p.right-aligned {
margin: 2em 0 2em 60%;
}