forked from expo/troggle
cleaned & removed defunct wiki_to_html
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<!-- svxcavesingle.html - this text visible because this template has been included -->
|
||||
{% extends "base.html" %}
|
||||
{% block title %}List of survex files{% endblock %}
|
||||
{% load wiki_markup %}
|
||||
{% block content %}
|
||||
|
||||
{% autoescape off %}
|
||||
@@ -45,9 +44,9 @@ to go to a form to correct the online data.
|
||||
{% for survexfile in survexdirectory.survexfile_set.all %}
|
||||
<tr>
|
||||
{% if survexfile.exists %}
|
||||
<td rowspan="{{survexfile.survexblock_set.all|length|plusone}}">
|
||||
<td rowspan="{{survexfile.survexblock_set.all|length|add:"1"}}">
|
||||
{% else %}
|
||||
<td class="survexnewfile" rowspan="{{survexfile.survexblock_set.all|length|plusone}}">
|
||||
<td class="survexnewfile" rowspan="{{survexfile.survexblock_set.all|length|add:"1"}}">
|
||||
{% endif %}
|
||||
|
||||
{% if survexfile == survexdirectory.primarysurvexfile %}
|
||||
|
||||
Reference in New Issue
Block a user