summaryrefslogtreecommitdiff
path: root/chimere/main/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/main/forms.py')
-rw-r--r--chimere/main/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/main/forms.py b/chimere/main/forms.py
index 7273281..1ecd348 100644
--- a/chimere/main/forms.py
+++ b/chimere/main/forms.py
@@ -213,7 +213,7 @@ class RouteForm(RouteAdminForm):
Form for the edit page
"""
picture = forms.ImageField(label=_("Image"), required=False)
- point = forms.CharField(label="", required=False, widget=forms.HiddenInput)
+ point = forms.CharField(label=" ", required=False, widget=forms.HiddenInput)
class Meta:
model = Route
exclude = ('status',)