Skip to content

Commit

Permalink
remove unnecessary tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Aug 29, 2024
1 parent ac77c44 commit a9a5336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/users/forms/edit-user.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</div>
<div class="form-group">
<label class="control-label" for="ldapId">External Id</label>
<input id="ldapId" name="ldapId" class="form-control" readonly></input>
<input id="ldapId" name="ldapId" class="form-control" readonly>
</div>
<div class="form-group">
<label class="control-label" for="deletedAt">Gelöscht seit</label>
<input id="deletedAt" name="deletedAt" class="form-control" readonly placeholder="Nicht gelöscht"></input>
<input id="deletedAt" name="deletedAt" class="form-control" readonly placeholder="Nicht gelöscht">
</div>

0 comments on commit a9a5336

Please sign in to comment.