DocX button added to standards
All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/vui) (push) Successful in 27s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/vui-data-loader) (push) Successful in 6s

This commit is contained in:
2026-02-20 16:40:18 +01:00
parent e39a65d5b2
commit 44de29a9da
3 changed files with 7 additions and 2 deletions

View File

@@ -214,6 +214,11 @@
download="{{ standard.nummer }}.xml">
XML herunterladen
</a>
<a href="{% url 'standard_docx' standard.nummer %}"
class="btn btn-secondary icon icon--before icon--download"
download="{{ standard.nummer }}.docx">
DOCX herunterladen (Prototyp)
</a>
</p>
</div>
</div>