Rough simple status template.
This commit is contained in:
6
templates/list.html
Normal file
6
templates/list.html
Normal file
@ -0,0 +1,6 @@
|
||||
<ul class="statuses">
|
||||
{% for status in statuses %}
|
||||
<li> {{ status.title }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
Reference in New Issue
Block a user