Private
Public Access
1
0

small improvement

This commit is contained in:
Sander Roosendaal
2018-02-13 21:45:52 +01:00
parent 0a47d0b840
commit 4b5b33b1f5
2 changed files with 1 additions and 2 deletions

View File

@@ -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>

View File

@@ -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 %}
&nbsp; &nbsp;
{% endif %} {% endif %}