summaryrefslogtreecommitdiff
path: root/chimere/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/forms.py')
-rw-r--r--chimere/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/forms.py b/chimere/forms.py
index 1d7abb7..8c512ae 100644
--- a/chimere/forms.py
+++ b/chimere/forms.py
@@ -526,7 +526,7 @@ class FullFileForm(FileForm):
class MapAdminForm(forms.ModelForm):
"""
- Admin page to create an area
+ Admin page to create an map
"""
area = AreaField(label=_("Area"), fields=(PointField(), PointField()))
welcome_message = forms.CharField(widget=TextareaAdminWidget,