Skip to content

Commit

Permalink
fix templates up
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 14, 2023
1 parent 6f36a3a commit 26a0c34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion kitsune/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

<title>
{% block title %}
{{ title }} - Kitsune
{% endblock %}
</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion kitsune/templates/oauth/consent.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
<div class="disclaimer">
Authenticated as <span class="authUsername">{{ authenticated_username }}</span> ~
<a href="#"
onclick="document.cookie='user_id=; expires=Thu, 01 Jan 1970 00:00:00 UTC;';window.navigation.reload();">Logout</a>
onclick="document.cookie='user_id=; expires=Thu, 01 Jan 1970 00:00:00 UTC;';window.location.reload();">Logout</a>
</div>
{% endblock %}

0 comments on commit 26a0c34

Please sign in to comment.