Private
Public Access
1
0
Files
rowsandall/rowers/templates/laboratory.html
Sander Roosendaal 58018a64d2 new labo content
2022-10-26 23:50:00 +02:00

23 lines
435 B
HTML

{% extends "newbase.html" %}
{% load static %}
{% load rowerfilters %}
{% block title %}Rowsandall - Analysis {% endblock %}
{% block main %}
<h1>The Labs</h1>
<p>This is where whacky new ideas are tested</p>
<p>Rower: {{ rower.user.first_name }}</p>
<p>
<a href="/rowers/analysis/forcecurveanalysis/">Try out Force Curve Analysis</a>
</p>
{% endblock %}
{% block sidebar %}
{% include 'menu_analytics.html' %}
{% endblock %}