summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/sketches/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/sketches/models.py b/app/sketches/models.py
index 310bcd1..48b16e7 100644
--- a/app/sketches/models.py
+++ b/app/sketches/models.py
@@ -1,6 +1,7 @@
from django.contrib.gis.db import models
from django.utils import timezone
from django.conf import settings
+from django import forms
from locations.models import Location
from utils.widgets import markdown_to_html