2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-31 15:32:35 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 00:45:56 +00:00
parent 8af604262d
commit b2adc285b6
2 changed files with 3 additions and 11 deletions

View File

@ -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'})

View File

@ -1,11 +1,4 @@
{% extends "cavebase.html" %}
{% load wiki_markup %}
{% block title %}Cave Index{% endblock %}
{% block content %}
<html>
123 testing 123 testing
{{ somenonsense }}
@ -15,5 +8,4 @@
{% for cave in notablecaves %}
<li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li>
{% endfor %}
{% endblock %}
<html>