unfuck encoding

master
informatic 2020-03-31 16:48:43 +02:00
parent 97403faa30
commit b674ab5daa
1 changed files with 4 additions and 4 deletions

View File

@ -5,15 +5,15 @@
<div class="row justify-content-center" style="margin-top: 10vh;"> <div class="row justify-content-center" style="margin-top: 10vh;">
<div class="col-md-2"></div> <div class="col-md-2"></div>
<div class="col-md-4" style="text-align: center; border-right: 1px solid #eee;"> <div class="col-md-4" style="text-align: center; border-right: 1px solid #eee;">
<h2>JesteÅ› czÅonkiem HSWAW?</h2> <h2>Jesteś członkiem HSWAW?</h2>
<a href="/oauth/login?spaceauth=nodawaj&next={{next}}" class="btn btn-primary btn-sm" role="button" aria-pressed="true">Zaloguj siÄ™ używajÄ…c SSO</a> <a href="/oauth/login?spaceauth=nodawaj&next={{next}}" class="btn btn-primary btn-sm" role="button" aria-pressed="true">Zaloguj się używając SSO</a>
</div> </div>
<div class="col-md-4" style="text-align: center;"> <div class="col-md-4" style="text-align: center;">
<h2>Pomagasz nam?</h2> <h2>Pomagasz nam?</h2>
<form method="POST" action="/oauth/login_external?next={{next}}"> <form method="POST" action="/oauth/login_external?next={{next}}">
<input name="email" placeholder="email" style="width: 80%; margin-bottom: 1em;" /><br /> <input name="email" placeholder="email" style="width: 80%; margin-bottom: 1em;" /><br />
<input name="password" type="password" placeholder="hasÅ‚o" style="width: 80%; margin-bottom: 1em;" /><br /> <input name="password" type="password" placeholder="hasło" style="width: 80%; margin-bottom: 1em;" /><br />
<button class="btn btn-lg btn-primary btn-sm" type="submit">Zaloguj siÄ™</button> <button class="btn btn-lg btn-primary btn-sm" type="submit">Zaloguj się</button>
</form> </form>
</div> </div>
</div> </div>