added title to box plot
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user