forked from expo/troggle
Messing with millenialcaves.html or similar
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user