Skip to content
Snippets Groups Projects
Verified Commit 7ab6adf0 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Do not show allow checkbox

parent d3bf1dd6
No related branches found
No related tags found
1 merge request!415Resolve "Serve as OAuth2 and OpenID Connect provider"
Pipeline #7956 canceled
......@@ -27,6 +27,7 @@
<form method="post">
{% csrf_token %}
{% form form=form %}
{% part form.allow %}<input type="hidden" value="true" name="allow">{% endpart %}
{% endform %}
<button type="submit" class="btn green waves-effect waves-light btn-margin">
<i class="material-icons left">done_all</i> {% trans "Allow" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment