Show error message in new ipsilon ui
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f0c80375b5
commit
943ecd7b83
1 changed files with 1 additions and 1 deletions
|
@ -6,12 +6,12 @@
|
||||||
<small><strong>{{ login_target }}</strong> wants to use your Fedora Account System (FAS) credentials</small>
|
<small><strong>{{ login_target }}</strong> wants to use your Fedora Account System (FAS) credentials</small>
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% 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 cardwidths %}col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2{% endblock %}
|
||||||
{% block maintitle %}
|
{% block maintitle %}
|
||||||
login with FAS
|
login with FAS
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
{% if error %}<p>{{error}}</p>{% endif %}
|
||||||
<form method="post" action="{{ action }}" enctype="application/x-www-form-urlencoded">
|
<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}}"/>
|
<input type="hidden" name="ipsilon_transaction_id" id="ipsilon_transaction_id" value="{{ ipsilon_transaction_id}}"/>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue