Initial commit

This commit is contained in:
Claude Paroz 2024-06-03 16:49:01 +02:00
commit 793bb6a488
182 changed files with 17153 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{% for doc in docs %}
<div class="py-1">
<a href="{{ doc.get_absolute_url }}">{{ doc.title }}</a>
<a href="{{ doc.get_print_url }}">
<img class="icon-xs" src="{% static 'img/printer.png' %}">
</a>
</div>
{% endfor %}