mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
submit button
This commit is contained in:
parent
15f4ac3754
commit
32b46c03cd
1 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,9 @@
|
||||||
<td><strong>User display name: </strong></td>
|
<td><strong>User display name: </strong></td>
|
||||||
<td>@Html.TextBoxFor(Model => Model.Username, new { @class = "form-control" })</td>
|
<td>@Html.TextBoxFor(Model => Model.Username, new { @class = "form-control" })</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td><input type="submit" value="Add" /></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue