summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-02-02 17:29:17 -0600
committerluxagraf <sng@luxagraf.net>2018-02-02 17:29:17 -0600
commit76bb858208c37c737d9ee99442e8772ca0871f80 (patch)
tree1f2a0e0520ae595325c898c75b77d678f3dfe501
parent336af6487fc36bdf185f87bff10b6a309137ddb0 (diff)
fixed import error
-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 48b16e7..0af28ad 100644
--- a/app/sketches/models.py
+++ b/app/sketches/models.py
@@ -3,6 +3,7 @@ from django.utils import timezone
from django.conf import settings
from django import forms
from locations.models import Location
+from django.urls import reverse
from utils.widgets import markdown_to_html
from locations.models import CheckIn