diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 1f74c74..7263556 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -27,7 +27,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/labhelper:0.024 + image: git.baumann.gr/adebaumann/labhelper:0.025 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/boxes/templates/boxes/add_things.html b/boxes/templates/boxes/add_things.html index 4727952..5b931a9 100644 --- a/boxes/templates/boxes/add_things.html +++ b/boxes/templates/boxes/add_things.html @@ -162,9 +162,7 @@ {{ form.name }} {% for error in form.name.errors %}
- {% for e in error %} -
  • {{ e }}
  • - {% endfor %} +
  • {{ error }}
  • {% endfor %} @@ -173,9 +171,7 @@ {{ form.thing_type }} {% for error in form.thing_type.errors %}
    - {% for e in error %} -
  • {{ e }}
  • - {% endfor %} +
  • {{ error }}
  • {% endfor %} @@ -184,9 +180,7 @@ {{ form.description }} {% for error in form.description.errors %}
    - {% for e in error %} -
  • {{ e }}
  • - {% endfor %} +
  • {{ error }}
  • {% endfor %} @@ -194,9 +188,7 @@ {{ form.picture }} {% for error in form.picture.errors %}
    - {% for e in error %} -
  • {{ e }}
  • - {% endfor %} +
  • {{ error }}
  • {% endfor %}