Remove english "translation" and use full english text in the sources. Update french translation.

This commit is contained in:
Valentin Samir
2016-07-30 01:31:43 +02:00
parent 3d0f2496dd
commit b45f8df09e
9 changed files with 169 additions and 495 deletions

View File

@ -5,7 +5,7 @@
<form class="form-signin" method="get" action="logout">
<div class="checkbox">
<label>
<input type="checkbox" name="all" value="1"> {% trans "Log me out from all my sessions" %}
<input type="checkbox" name="all" value="1">{% blocktrans %}<h3>Log In Successful</h3>You have successfully logged into the Central Authentication Service.<br/>For security reasons, please Log Out and Exit your web browser when you are done accessing services that require authentication!{% endblocktrans %}
</label>
</div>
<button class="btn btn-danger btn-block btn-lg" type="submit">{% trans "Logout" %}</button>