summaryrefslogtreecommitdiff
path: root/app/locations/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/locations/models.py')
-rw-r--r--app/locations/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/locations/models.py b/app/locations/models.py
index 5efab23..ebac2e7 100644
--- a/app/locations/models.py
+++ b/app/locations/models.py
@@ -223,6 +223,7 @@ class Campsite(models.Model):
)
campsite_type = models.IntegerField(choices=CAMPSITE_TYPE, default=0)
campsite_number = models.IntegerField(blank=True, null=True)
+ campsite_price = models.IntegerField(blank=True, null=True)
campsite_we_wish_we_had = models.IntegerField(blank=True, null=True)
body_markdown = models.TextField(blank=True, null=True)
body_html = models.TextField(blank=True, null=True)