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
2020-03-23 19:13:58 +00:00

9 lines
256 B
HTML

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