Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Fix ID on express tab (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Sep 22, 2020
1 parent b6b9f7d commit 3396b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/assets/realmadmin/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>Realm settings</h1>
<div class="card-body">
<div class="tab-content">
{{if not $realm.EnableENExpress}}
<div class="tab-pane" id="express-tab" role="tabpanel" aria-labelledby="express-tab">
<div class="tab-pane" id="express" role="tabpanel" aria-labelledby="express-tab">
{{template "realmadmin/_form_express" .}}
</div>
{{end}}
Expand Down

0 comments on commit 3396b91

Please sign in to comment.