mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 12:06:59 -05:00
13 lines
418 B
HTML
13 lines
418 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=/tools">
|
|
<a data-th="URL"><input type="text" name="url" value=""></a>
|
|
<a data-th="Convert Json url to tabbbed"><input type="submit" value="Convert Json url to tabbbed"></a>
|
|
</form>
|
|
|
|
{% endblock %}
|