Slanje dokumenta u PDF fajlu

This commit is contained in:
2025-02-24 10:19:27 +01:00
parent c9cf1cee86
commit 460f6a38a1
5 changed files with 64 additions and 25 deletions

View File

@@ -1,6 +1,3 @@
{% extends 'base.html' %}
{% block content %}
<div class="document-container">
{% if error %}
<p style="color: red;">{{ error }}</p>
@@ -64,5 +61,4 @@
.document-body {
margin-bottom: 1rem;
}
</style>
{% endblock %}
</style>