[uiux] change index template
This commit is contained in:
parent
36ae86fe6a
commit
ab4e11b7ab
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<title>Index</title>
|
<title>Index</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Test</h1>
|
<h1>Index</h1>
|
||||||
{% for status in statues recursive%}
|
{% for status in statues recursive%}
|
||||||
{{ status.content | safe }}
|
{{ status.content | safe }}
|
||||||
{{ status.created_at }}
|
{{ status.created_at }}
|
||||||
|
|
Loading…
Reference in a new issue