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

@@ -18,7 +18,7 @@ data:
MEDIA_URL: "/media/"
# Application Version
VERSION: "0.991"
VERSION: "0.992"
# Database Configuration (for future use)
# DATABASE_ENGINE: "django.db.backends.sqlite3"

View File

@@ -27,7 +27,7 @@ spec:
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/vui:0.991
image: git.baumann.gr/adebaumann/vui:0.992
imagePullPolicy: Always
securityContext:
runAsUser: 99

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>