Skip to content

Commit

Permalink
missing % for logout.html (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmoon0104 authored Jun 5, 2024
1 parent fac6f71 commit d2b67de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allauth_ui/templates/account/logout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<form method="post" action="{% url 'account_logout' %}">
{% csrf_token %}
<p>{% translate "Are you sure you want to sign out?" %}</p>
{% translate "Sign out" as signout_message }
{% translate "Sign out" as signout_message %}
{% include "account/_button.html" with text=signout_message %}
</form>
{% endblock %}

0 comments on commit d2b67de

Please sign in to comment.