From 12cf3a6d534e5038b5d78b11a03cef2b81f5f852 Mon Sep 17 00:00:00 2001 From: goatchurch Date: Fri, 11 Sep 2009 23:56:47 +0100 Subject: tunnelfiles scheme added --- templates/tunnelfiles.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/tunnelfiles.html (limited to 'templates/tunnelfiles.html') diff --git a/templates/tunnelfiles.html b/templates/tunnelfiles.html new file mode 100644 index 0000000..34afc28 --- /dev/null +++ b/templates/tunnelfiles.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} +{% load wiki_markup %} +{% load survex_markup %} + +{% block title %}Tunnel files{% endblock %} + +{% block content %} + +

All Tunnel files

+ + +{% for tunnelfile in tunnelfiles %} + + + + +{% endfor %} +
FileFontFrameSurvexBlocksSize
{{tunnelfile.tunnelpath}}{{tunnelfile.bfontcolours}}
+ +{% endblock %} \ No newline at end of file -- cgit v1.2.3