diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 8568809..111c31d 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -25,7 +25,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/vui:0.951-oblique + image: git.baumann.gr/adebaumann/vui:0.952-oblique imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/dokumente/templates/standards/standard_detail.html b/dokumente/templates/standards/standard_detail.html index 526e29a..4a95baa 100644 --- a/dokumente/templates/standards/standard_detail.html +++ b/dokumente/templates/standards/standard_detail.html @@ -96,22 +96,20 @@
-
-
-

- {{ vorgabe.Vorgabennummer }} – {{ vorgabe.titel }} - {% if vorgabe.long_status != "active" and standard.history == True %} - {{ vorgabe.long_status }} - {% endif %} -

-
- {{ vorgabe.thema }} - {% if vorgabe.relevanzset %} - - Relevanz: {{ vorgabe.relevanzset|join:", " }} - - {% endif %} -
+
+

+ {{ vorgabe.Vorgabennummer }} – {{ vorgabe.titel }} + {% if vorgabe.long_status != "active" and standard.history == True %} + {{ vorgabe.long_status }} + {% endif %} +

+
+ {{ vorgabe.thema }} + {% if vorgabe.relevanzset %} + + Relevanz: {{ vorgabe.relevanzset|join:", " }} + + {% endif %}