This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/edit_news.html
Las Zenow 6a3da59c75 Port the web to bootstrap5
So it is responsive in phones.
2021-05-01 11:08:35 +00:00

9 lines
262 B
HTML

{{template "header.html" .S}}
<h4>Add News:</h4>
<form method="POST" action="/news/edit">
<textarea class="col-12" name="text" rows="3"></textarea> <br />
<button type="submit" class="btn btn-primary">Add</button>
</form>
{{template "footer.html" .S}}