summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/admin/providers/saml2.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/providers/saml2.html b/templates/admin/providers/saml2.html
index 2e4aff3..2ecb1df 100644
--- a/templates/admin/providers/saml2.html
+++ b/templates/admin/providers/saml2.html
@@ -15,6 +15,8 @@
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
{{ p.provider_id }}
+ <!-- TODO: add javascript popup to ask for confirmation ? -->
+ <a class="btn btn-default" href="{{ baseurl }}/sp/{{ p.name }}/delete">Delete</a>
</div>
</div>
{% endfor %}