|
<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>
|
|
<button type="submit">Update in GIT!!</button>
|
|
</form>
|