rstcms/templates/test.html

14 lines
401 B
HTML

<style>
pre { max-width: 100%; overflow: scroll; }
</style>
<form action='/update' method='POST'>
<textarea rows = "5" cols = "60" name = "content" id="content">
{% if content %}
{{ content }}
{% endif %}
</textarea><br>
<input type='hidden' id='sha' name='sha' value="{{ sha }}">
<input type='hidden' id='path' name='path' value="{{ path }}">
<button type="submit">Update in GIT!!</button>
</form>