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/forms.py b/boxes/forms.py index e0945d0..c5a8093 100644 --- a/boxes/forms.py +++ b/boxes/forms.py @@ -12,7 +12,7 @@ class ThingForm(forms.ModelForm): widgets = { 'name': forms.TextInput(attrs={'class': 'form-control'}), 'thing_type': forms.Select(attrs={'class': 'form-control'}), - 'description': forms.Textarea(attrs={'class': 'form-control', 'rows': 2}), + 'description': forms.Textarea(attrs={'class': 'form-control', 'rows': 4}), } diff --git a/boxes/templates/boxes/add_things.html b/boxes/templates/boxes/add_things.html index 733d9f0..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 %}