Rafał Pitoń 10 лет назад
Родитель
Сommit
48536a0ac1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      misago/templates/misago/auth.html

+ 1 - 1
misago/templates/misago/auth.html

@@ -1,5 +1,5 @@
 {% load i18n %}
-{% if user.is_authenticated %}
+{% if user.is_anonymous %}
 <form id='hidden-login-form' method="post" action="{% url LOGIN_URL %}" style="display: none;">
   {% csrf_token %}
   <input name="username" type="text">