fHDHR_STIRR/fHDHR_web/templates/tools.html
deathbybandaid 3c6442c775 test
2020-12-16 14:47:34 -05:00

13 lines
373 B
HTML

{% extends "base.html" %}
{% block content %}
<h4 style="text-align: center;">{{ fhdhr.config.dict["fhdhr"]["friendlyname"] }} Tools</h4>
<form method="post" action="/api/tools?method=prettyjson&redirect=%2Ftools">
<input type="hidden" name="url" value="">
<a data-th="Convert"><input type="submit" value="Convert"></a>
</form>
{% endblock %}