post-form.html: update to follow master template

This commit is contained in:
Benjamin Dauvergne 2015-08-06 11:26:28 +02:00
parent 5e0b91a127
commit bbb16d8563
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,6 @@
{% load i18n %}
{% block title %} {{ title }} {% endblock %}
{% block bodyargs %}onload="document.forms['saml'].submit()"{% endblock %}
{% block content %}
<div class="post-redirect">
@ -33,4 +32,7 @@
</div>
</form>
</div>
<script>
document.forms['saml'].submit()
</script>
{% endblock %}