Update for beta 5

This commit is contained in:
2022-07-21 22:51:59 -04:00
parent c7fb7cfc20
commit b9bf19d710
5 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
<footer hx-boost="false">
<div>
<small>
{% if logged_on -%}
{% if is_logged_on -%}
<a href="{{ "admin/dashboard" | relative_link }}">Dashboard</a> ~
<a href="{{ "user/log-off" | relative_link }}">Log Off</a>
{% else %}