forked from expo/troggle
remove unused templatetags load
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user