2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 03:47:17 +00:00

tick lists now on 3 wallets reports

This commit is contained in:
Philip Sargent
2022-08-01 15:55:20 +03:00
parent df42b1ccb3
commit eed35d01a8
6 changed files with 115 additions and 142 deletions

View File

@@ -56,7 +56,7 @@
<div id="nav">
{% block nav %}
<!-- Use id="nav" for the left side menu -->
<!-- Not used any more? -->
{% endblock %}
</div>
@@ -65,16 +65,15 @@
{% block contentheader %}
{% endblock %}
<div id="related">
{% block related %}
{% endblock %}
</div>
<div id="related">
{% block related %}
{% endblock %}
</div>
{% block content %}
REPLACE : The content
{% endblock %}
</div>
<div class="footer">
</div>
</div>
<div class="footer">
</div>
</body>
</html>