You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputtype="hidden" name="post_data" value="{{ post_data }}" /> {#<spanclass="help">{% trans 'Have you <ahref="/password_reset/">forgotten your password</a>?' %}</span>#}
23
22
</div>
24
23
<divclass="submit-row">
25
24
<label> </label><inputtype="submit" value="{% trans 'Log in' %}" />
asserthasattr(request, 'session'), "The Django admin requires session middleware to be installed. Edit your MIDDLEWARE_CLASSES setting to insert 'django.contrib.sessions.middleware.SessionMiddleware'."
59
32
60
33
# If this isn't already the login page, display it.
61
34
ifnotrequest.POST.has_key(LOGIN_FORM_KEY):
62
35
ifrequest.POST:
63
-
message=_("Please log in again, because your session has expired. Don't worry: Your submission has been saved.")
36
+
message=_("Please log in again, because your session has expired.")
0 commit comments