mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-17 16:13:48 -06:00
Updated roles, db migrate, @require_role v1
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<th><abbr title="Search ID">ID</abbr></th>
|
||||
<th>Exact URL</th>
|
||||
<th>Query Arguments</th>
|
||||
<th><abbr title="in UTC time">Timestamp</abbr></th>
|
||||
<th>Timestamp</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -29,7 +29,7 @@
|
||||
<td>{{ post.id }}</td>
|
||||
<td>{{ post.exact_url }}</td>
|
||||
<td>{{ post.query_args }}</td>
|
||||
<td>{{ post.timestamp }} </td>
|
||||
<td>{{ post.timestamp }} UTC</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user