mirror of
https://github.com/Jetsparrow/jetherald.git
synced 2026-01-20 23:56:08 +03:00
14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
@Html.ValidationSummary(false, "", new {})
|
|
<form
|
|
asp-controller="Topic" asp-action="Create"
|
|
method="POST" type="application/x-www-form-urlencoded"
|
|
style="text-align:center; margin-top: 100px">
|
|
|
|
<input type="text" class="h2 blueunderline" name="name" placeholder="Topic identifier" required>
|
|
<br>
|
|
<br>
|
|
<input type="text" class="h2 blueunderline" name="descr" placeholder="Description" required>
|
|
<br>
|
|
<br>
|
|
<input type="submit" class="h2 submitpost" value="Create">
|
|
</form> |