Private
Public Access
1
0

adding transactions download

This commit is contained in:
Sander Roosendaal
2018-12-21 09:46:23 +01:00
parent 98900059f8
commit 73d8d555d1
7 changed files with 208 additions and 13 deletions

View File

@@ -0,0 +1,24 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block main %}
<h1>Download Transactions</h1>
<form actions="" method="post">
<table>
{{ dateform.as_table }}
</table>
{% csrf_token %}
<input type="submit" value="Submit">
</form>
{% endblock %}
{% block sideheader %}
<h1>Profile</h1>
{% endblock %}
{% block sidebar %}
{% include 'menu_profile.html' %}
{% endblock %}