Private
Public Access
1
0

added title to box plot

This commit is contained in:
Sander Roosendaal
2017-05-15 21:17:17 +02:00
parent d4c16f2c1a
commit e8e7312fb6
5 changed files with 32 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
<h1>Box Chart</h1>
</div>
<div class="grid_4 omega">
<form enctype="multipart/form-data" action="/rowers/user-boxplot" method="post">
<form enctype="multipart/form-data" action="/rowers/user-boxplot/{{ userid }}" method="post">
{% csrf_token %}
<table>
{{ chartform.as_table }}