remove logs, replaced by tasks and completed tasks

This commit is contained in:
meeb
2020-12-06 19:11:18 +11:00
parent 899803467e
commit 870f44d5e4
4 changed files with 1 additions and 20 deletions

View File

@@ -1,11 +0,0 @@
{% extends 'base.html' %}
{% block headtitle %}Logs{% endblock %}
{% block content %}
<div class="row">
<div class="col s12">
logs
</div>
</div>
{% endblock %}