Private
Public Access
1
0

provisional history page

This commit is contained in:
Sander Roosendaal
2020-05-04 21:39:55 +02:00
parent c92505b2a0
commit ed6b3e3bdd
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block title %}Rowsandall {% endblock %}
{% block main %}
<ul class="main-content">
<li class="grid_4">
<h1>Future Functionality</h1>
<p>Watch this space</p>
</li>
</ul>
{% endblock %}
{% block sidebar %}
{% include 'menu_analytics.html' %}
{% endblock %}