summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-09-10 17:20:02 -0400
committerPatrick Uiterwijk <puiterwijk@redhat.com>2014-09-24 20:51:47 +0200
commitb4bcb99e3217e658c1277cd5d484fa0c62c7aa0c (patch)
tree43ac5b08ed35f207eba1bc34dba89162d847a95f /templates
parente0895efb26de64a28de7b9219f524b715c396b2b (diff)
downloadipsilon.git-b4bcb99e3217e658c1277cd5d484fa0c62c7aa0c.tar.gz
ipsilon.git-b4bcb99e3217e658c1277cd5d484fa0c62c7aa0c.tar.xz
ipsilon.git-b4bcb99e3217e658c1277cd5d484fa0c62c7aa0c.zip
Use transactions throughout the code
Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/login/fas.html1
-rw-r--r--templates/login/form.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/login/fas.html b/templates/login/fas.html
index b856731..4188ead 100644
--- a/templates/login/fas.html
+++ b/templates/login/fas.html
@@ -12,6 +12,7 @@
<div class="col-sm-7 col-md-6 col-lg-5 login">
<form class="form-horizontal" role="form" id="login_form" action="{{ action }}" method="post" 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 {% if error_username %} has-error{% endif %}">
<label for="login_name" class="col-sm-2 col-md-2 control-label">{{ username_text }}</label>
<div class="col-sm-10 col-md-10">
diff --git a/templates/login/form.html b/templates/login/form.html
index b856731..4188ead 100644
--- a/templates/login/form.html
+++ b/templates/login/form.html
@@ -12,6 +12,7 @@
<div class="col-sm-7 col-md-6 col-lg-5 login">
<form class="form-horizontal" role="form" id="login_form" action="{{ action }}" method="post" 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 {% if error_username %} has-error{% endif %}">
<label for="login_name" class="col-sm-2 col-md-2 control-label">{{ username_text }}</label>
<div class="col-sm-10 col-md-10">