Skip to content

Commit 99eaa3f

Browse files
committed
Display client ID as uneditable
1 parent 798d8ba commit 99eaa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/templates/oauth2_provider/application_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3 class="block-center-heading">{{ application.name }}</h3>
88
<ul class="unstyled">
99
<li>
1010
<p><b>{% trans "Client id" %}</b></p>
11-
<input class="input-block-level" type="text" value="{{ application.client_id }}" readonly>
11+
<p>{{ application.client_id }}</p>
1212
</li>
1313

1414
<li>

0 commit comments

Comments
 (0)