small improvement
This commit is contained in:
@@ -60,7 +60,6 @@
|
|||||||
<form id="ps-form-table" method="post">
|
<form id="ps-form-table" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ ps_formset.management_form }}
|
{{ ps_formset.management_form }}
|
||||||
|
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -102,7 +102,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{% if ps.manager == request.user %}
|
{% if ps.manager == request.user %}
|
||||||
<a class="small"
|
<a class="small"
|
||||||
href="/rowers/sessions/{{ ps.id }}/edit">Edit</a>
|
href="/rowers/sessions/{{ ps.id }}/edit/{{ timeperiod }}/rower/{{ rower.id }} ">Edit</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user