add categories(add, list, list news)
minor form changes add news controller and views
This commit is contained in:
@ -37,6 +37,13 @@
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.displayname)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.role)
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@ViewBag.role
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
<div class="col-md-offset-2 col-md-10">
|
||||
|
||||
Reference in New Issue
Block a user