summaryrefslogtreecommitdiff
path: root/app/locations
diff options
context:
space:
mode:
Diffstat (limited to 'app/locations')
-rw-r--r--app/locations/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/locations/views.py b/app/locations/views.py
index e5d580b..9638b96 100644
--- a/app/locations/views.py
+++ b/app/locations/views.py
@@ -86,7 +86,6 @@ def map_data(request):
class LocationDetail(DetailView):
model = Location
- template_name = "details/location.html"
def get_context_data(self, **kwargs):
context = super(LocationDetail, self).get_context_data(**kwargs)