summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-04-07 15:34:43 -0400
committerSimo Sorce <simo@redhat.com>2015-04-10 10:38:20 -0400
commit81ad559af403d4d62f21209d34ba00833e007300 (patch)
treed7703c5ecbb3f8113d262ed4ec0649f7cacfbc02 /templates
parent434bffc3b1ab4a74f0f23508e624e7427987aaf8 (diff)
downloadipsilon-81ad559af403d4d62f21209d34ba00833e007300.tar.gz
ipsilon-81ad559af403d4d62f21209d34ba00833e007300.tar.xz
ipsilon-81ad559af403d4d62f21209d34ba00833e007300.zip
Add per-SP attribute mapping and allowed attributes
The per-SP values are considered overrides and the global values are default. https://fedorahosted.org/ipsilon/ticket/25 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin/providers/saml2_sp_new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/providers/saml2_sp_new.html b/templates/admin/providers/saml2_sp_new.html
index b3cef19..ed8db1d 100644
--- a/templates/admin/providers/saml2_sp_new.html
+++ b/templates/admin/providers/saml2_sp_new.html
@@ -39,7 +39,7 @@
<button id="submit" class="btn btn-primary" name="submit" type="submit" value="Submit">
Save
</button>
- <a href="{{ backurl }}" class="btn btn-default" title="Back">Back</a>
+ <a href="{{ back }}" class="btn btn-default" title="Back">Back</a>
</form>
</div>
{% endblock %}