diff --git a/core/views_caves.py b/core/views_caves.py index 700779d..3b9360c 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -17,6 +17,7 @@ import re, urlparse from django.shortcuts import get_object_or_404 import settings + from PIL import Image, ImageDraw, ImageFont import string, os, sys, subprocess @@ -61,7 +62,7 @@ def caveindex(request): def millenialcaves(request): #RW messing around area - caves = Cave.objects.all() + return HttpResponse("It's Rad breaking things") diff --git a/templates/millenialcaves.html b/templates/millenialcaves.html index ac7da84..bbf54e1 100644 --- a/templates/millenialcaves.html +++ b/templates/millenialcaves.html @@ -5,38 +5,13 @@ {% block content %} -
{% if cave.kataster_number %}{{ cave.kataster_number }}{% else %}{{cave.unofficial_number }}{%endif %} {{cave.official_name|safe}} |