|
@ -8,10 +8,8 @@ |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
|
|
|
|
|
|
<form id="form-auto" method="post">{% csrf_token %}</form> |
|
|
|
|
|
<script> |
|
|
|
|
|
document.getElementById("form-auto").submit(); |
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
<form id="form" method="post">{% csrf_token %}</form> |
|
|
|
|
|
<script>document.getElementById("form").submit();</script> |
|
|
|
|
|
|
|
|
<style> |
|
|
<style> |
|
|
body { |
|
|
body { |
|
@ -45,7 +43,7 @@ |
|
|
<p>You are about to log into {% site_name %}.</p> |
|
|
<p>You are about to log into {% site_name %}.</p> |
|
|
<p>Please press the button below to continue:</p> |
|
|
<p>Please press the button below to continue:</p> |
|
|
<br /> |
|
|
<br /> |
|
|
<form id="form" method="post"> |
|
|
|
|
|
|
|
|
<form method="post"> |
|
|
{% csrf_token %} |
|
|
{% csrf_token %} |
|
|
<input |
|
|
<input |
|
|
id="submit-btn" |
|
|
id="submit-btn" |
|
|