Started to use click as a cli
This commit is contained in:
parent
afbe8a96b1
commit
60cbf9da2e
12 changed files with 181 additions and 212 deletions
|
@ -3,6 +3,9 @@
|
|||
List of categories:
|
||||
<ul>
|
||||
% for c in categories:
|
||||
<li><a href="/category/{{ c.name }}">{{ c.full_name() }}</a></li>
|
||||
<li>
|
||||
<a href="/category/{{ c.name }}">{{ c.full_name() }}</a>
|
||||
<a class="text-red-600 ml-2" href="/category/{{ c.name }}/delete">❌</a>
|
||||
</li>
|
||||
% end
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue