Merge tag 'v8.28' into develop
fix compare
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
</li>
|
||||
<li class="grid_4">
|
||||
<form enctype="multipart/form-data" action="/rowers/multi-compare" method="post">
|
||||
<form enctype="multipart/form-data" action="" method="post">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
{{ chartform.as_table }}
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
</li>
|
||||
<li class="grid_2">
|
||||
<form enctype="multipart/form-data"
|
||||
action="/rowers/team-compare-select/team/{{ team.id }}"
|
||||
action=""
|
||||
method="post">
|
||||
<table>
|
||||
{{ dateform.as_table }}
|
||||
@@ -110,7 +110,7 @@
|
||||
</li>
|
||||
<li class="grid_2 maxheight">
|
||||
{% if workouts %}
|
||||
<form enctype="multipart/form-data" action="/rowers/multi-compare" method="post">
|
||||
<form enctype="multipart/form-data" action="">
|
||||
|
||||
<input type="checkbox" onClick="toggle(this)" /> Toggle All<br/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user