Nearing feature complete for driver auth
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
<div class="center-content well">
|
||||
|
||||
@Html.DisplayFor(m => m.FullName)
|
||||
|
||||
<dl class="dl-horizontal username">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(m => m.Username)
|
||||
@@ -25,8 +27,6 @@
|
||||
|
||||
@Html.DisplayFor(m => m.Email)
|
||||
|
||||
@Html.DisplayFor(m => m.FullName)
|
||||
|
||||
<dl class="dl-horizontal roles">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(m => m.Roles)
|
||||
|
||||
Reference in New Issue
Block a user