[uiux] note show creat_at && add hr
This commit is contained in:
parent
5e383d62f1
commit
64e98ee23a
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
<h1>Test</h1>
|
||||
{% for status in statues recursive%}
|
||||
{{ status.content | safe }}
|
||||
{{ status.created_at }}
|
||||
<hr/>
|
||||
{% endfor %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue