Show error message in new ipsilon ui

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-01-07 14:50:34 +00:00
parent f0c80375b5
commit 943ecd7b83

View file

@ -6,12 +6,12 @@
<small><strong>{{ login_target }}</strong> wants to use your Fedora Account System (FAS) credentials</small>
</p>
{% endblock %}
{% if error %}<p>{{error}}</p>{% endif %}
{% block cardwidths %}col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2{% endblock %}
{% block maintitle %}
login with FAS
{% endblock %}
{% block main %}
{% if error %}<p>{{error}}</p>{% endif %}
<form method="post" action="{{ action }}" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="ipsilon_transaction_id" id="ipsilon_transaction_id" value="{{ ipsilon_transaction_id}}"/>
<div class="form-group row">