submit button

This commit is contained in:
Michael 2017-03-24 20:38:30 -04:00
parent 15f4ac3754
commit 32b46c03cd

View file

@ -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>
} }