Browse Source

Добавил кнопку "добавить" в лог задач

devel
bashmak 9 years ago
parent
commit
3c3246d194
  1. 7
      abonapp/templates/abonapp/task_log.html

7
abonapp/templates/abonapp/task_log.html

@ -35,6 +35,13 @@
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
<tfoot>
<tr>
<td colspan="6">
{% include 'taskapp/footer_btns.html' %}
</td>
</tr>
</tfoot>
</table> </table>
{% include 'toolbar_page.html' with pag=tasks %} {% include 'toolbar_page.html' with pag=tasks %}
Loading…
Cancel
Save