aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/photos/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/photos/models.py')
-rw-r--r--bn_django/photos/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/photos/models.py b/bn_django/photos/models.py
index 73d09e9..3d47cf0 100644
--- a/bn_django/photos/models.py
+++ b/bn_django/photos/models.py
@@ -82,7 +82,7 @@ class Photo(models.Model):
title = models.CharField("title", max_length=80)
desc = models.TextField("description", blank=True)
gallery = models.ForeignKey(Gallery)
- photographer = models.CharField("photographer"), max_length=80,
+ photographer = models.CharField("photographer", max_length=80,
blank=True)
date = models.DateField("date photographed", blank=True, null=True)
extra = models.TextField("any extra information about the photo",