remove unused templatetags load

This commit is contained in:
Philip Sargent
2021-05-01 00:18:13 +01:00
parent 03160f3863
commit 63640db81f
4 changed files with 3 additions and 12 deletions

View File

@@ -1,9 +1,5 @@
{% extends "base.html" %}
{% load survex_markup %}
{% block title %}Tunnel files{% endblock %}
{% block content %}
<h3>All Tunnel and Therion files - linked to wallets, survey scans, frames and scraps</h3>

View File

@@ -1,7 +1,5 @@
<!-- svxfile.html - this text visible because this template has been included -->
{% extends "base.html" %}
{% load survex_markup %} <!-- this is core/templatetags/survex_markup.py for syntax colouring -->
{% block title %}{{ title }}{% endblock %}
{% block head %}

View File

@@ -1,9 +1,5 @@
{% extends "base.html" %}
{% load survex_markup %}
{% block title %}Survey Scans Folder{% endblock %}
{% block title %}Survey Scans Wallet {% endblock %}
{% block content %}
<h3>Survey Scans in: {{wallet.walletname}}</h3>