Private
Public Access
1
0

first version of virtualsessions_view - not working

This commit is contained in:
Sander Roosendaal
2018-04-12 17:05:37 +02:00
parent 97cce15d68
commit be1f17fde3
7 changed files with 72 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
{% extends "base.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block title %}Rowsandall Virtual Racing{% endblock %}
{% block scripts %}
{% endblock %}
{% block content %}
<div class="grid_12">
<form>
{{ form.as_table }}
</form>
</div>
{% endblock %}