From 44e6fcac33d736a97455fdafa3b1495098aabfa5 Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 00:45:56 +0000 Subject: [PATCH] Messing with millenialcaves.html or similar --- core/views_caves.py | 2 +- templates/millenialcaves.html | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/core/views_caves.py b/core/views_caves.py index 3b9360c..30a1d69 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -63,7 +63,7 @@ def caveindex(request): def millenialcaves(request): #RW messing around area - return HttpResponse("It's Rad breaking things") + return render_with_context(request,'millenialcaves.html', {'somenonsense': 'aaaaaa'}) diff --git a/templates/millenialcaves.html b/templates/millenialcaves.html index 42756f5..d324d93 100644 --- a/templates/millenialcaves.html +++ b/templates/millenialcaves.html @@ -1,11 +1,4 @@ -{% extends "cavebase.html" %} -{% load wiki_markup %} - -{% block title %}Cave Index{% endblock %} - -{% block content %} - - + 123 testing 123 testing {{ somenonsense }} @@ -15,5 +8,4 @@ {% for cave in notablecaves %}
  • Also update wrap {{ cave.fixedfield }}wrap
  • {% endfor %} - -{% endblock %} +