added real sagex hours + changed to DurationField
This commit is contained in:
@ -7,6 +7,12 @@
|
||||
{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
{% block main %}
|
||||
{% csrf_token %}
|
||||
<table class="template">
|
||||
<td class="template sagex-hours">
|
||||
<input type="number" class="hours" min="0" step="1" />:<input type="number" class="minutes" min="0" step="1" />
|
||||
</td>
|
||||
</table>
|
||||
<div class="by-range">
|
||||
<div class="controls">
|
||||
<div id="month-sel" class="group">
|
||||
@ -33,7 +39,7 @@
|
||||
<th colspan="2">N° SageX</th>
|
||||
</tr>
|
||||
<tr class="clocking">
|
||||
<th>Total imputed</th>
|
||||
<th>Total clocked</th>
|
||||
<td class="total-clocking"></td>
|
||||
</tr>
|
||||
<tr class="total-durations">
|
||||
|
Reference in New Issue
Block a user