This repository has been archived on 2025-03-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
trantor/templates/edit_news.html
Las Zenow 5f612a36ad Simple news implementation
Is missing some proper design and to show up the news on the front page.
2013-07-17 01:08:44 +02:00

9 lines
225 B
HTML

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