forked from expo/troggle
Messing with millenialcaves.html or similar
This commit is contained in:
parent
46830e903b
commit
44e6fcac33
@ -63,7 +63,7 @@ def caveindex(request):
|
|||||||
def millenialcaves(request):
|
def millenialcaves(request):
|
||||||
#RW messing around area
|
#RW messing around area
|
||||||
|
|
||||||
return HttpResponse("It's Rad breaking things")
|
return render_with_context(request,'millenialcaves.html', {'somenonsense': 'aaaaaa'})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,11 +1,4 @@
|
|||||||
{% extends "cavebase.html" %}
|
<html>
|
||||||
{% load wiki_markup %}
|
|
||||||
|
|
||||||
{% block title %}Cave Index{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
|
|
||||||
|
|
||||||
123 testing 123 testing
|
123 testing 123 testing
|
||||||
|
|
||||||
{{ somenonsense }}
|
{{ somenonsense }}
|
||||||
@ -15,5 +8,4 @@
|
|||||||
{% for cave in notablecaves %}
|
{% for cave in notablecaves %}
|
||||||
<li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li>
|
<li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<html>
|
||||||
{% endblock %}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user