added manual save data button

This commit is contained in:
yeet
2022-01-04 00:05:29 +02:00
parent c5015dcbb5
commit 81eafb085f
4 changed files with 365 additions and 4 deletions

View File

@ -16,6 +16,9 @@
<li>{{HTP[i]}}</li>
{% endfor %}
</ul>
<form action="/api/save" method="post">
<button type="submit" name="foo" value="upvote"> Save data </button>
</form>
</div>
</body>
</html>