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

remove unused {% load link %}

This commit is contained in:
Philip Sargent 2021-04-02 20:54:18 +01:00
parent cc5b4fa650
commit ea221281a3
9 changed files with 2 additions and 36 deletions

View File

@ -1,7 +1,4 @@
{% extends "base.html" %}
{% load link %}
{% block title %}List of survex files{% endblock %}
{% block content %}

View File

@ -1,7 +1,4 @@
{% extends "base.html" %}
{% load link %}
{% block title %}Expedition {{expedition.name}}{% endblock %}
{% block editLink %}<a href={{expedition.get_admin_url}}>Edit expedition {{expedition|wiki_to_html_short}}</a>{% endblock %}

View File

@ -1,16 +1,9 @@
{% extends "base.html" %}
{% load link %}
{% block title %}Troggle paths report{% endblock %}
{% block content %}
<h1>Expo Troggle paths report</h1>
<p>
<table style="font-family: Consolas, Lucida Console, monospace;">
<tr><th>Code</th><th>Path</th><th>Type</th></tr>
{% for c,p,t in bycodeslist %}

View File

@ -1,7 +1,5 @@
{% extends "base.html" %}
{% load link %}
{% load wiki_markup %}
{% block title %}Person {{personexpedition.person|wiki_to_html_short}} for {{personexpedition.expedition}}{% endblock %}

View File

@ -1,7 +1,4 @@
{% extends "base.html" %}
{% load link %}
{% block title %}Expo statistics{% endblock %}
{% block content %}

View File

@ -1,14 +1,9 @@
{% extends "base.html" %}
{% load link %}
{% block title %}List of survex files{% endblock %}
{% block content %}
<!-- the only thing passed into this template is a list of object identifiers for caves.
All the processing to extract the survex subdriectories and survex files is done in this template -->
{% for cave in caves %}
{% autoescape off %}

View File

@ -1,7 +1,4 @@
{% extends "base.html" %}
{% load link %}
{% block title %}List of survex files{% endblock %}
{% block content %}
@ -9,7 +6,7 @@
{% autoescape off %}
<h1>Surveys for <a href="/{{cave.url}}">{{cave.official_name}}</a> - kataster:{{cave}}</h1>
{% endautoescape %}
<!-- the only thing passed into this temnlate is the object identifier for a cave.
<!-- the only thing passed into this template is the object identifier for a cave.
All the processing to extract the survex subdriectories and survex files is done in this template -->
<p>Cave description: <a href="/{{cave.url}}">{{cave.url}}</a>

View File

@ -1,7 +1,4 @@
{% extends "base.html" %}
{% load link %}
{% block title %}List of survex files{% endblock %}
{% block content %}
@ -26,6 +23,4 @@ the survex files with everything else.
<p>The process for registering a new cave is documented in
<a href="/handbook/survey/caveentry.html">this part of the survey handbook</a>.
<p>
{% endblock %}

View File

@ -1,7 +1,4 @@
{% extends "base.html" %}
{% load link %}
{% block title %}List of survex files{% endblock %}
{% block content %}