diff --git a/lnbits/extensions/tpos/templates/tpos/tpos.html b/lnbits/extensions/tpos/templates/tpos/tpos.html index d05fab4e4..d14449895 100644 --- a/lnbits/extensions/tpos/templates/tpos/tpos.html +++ b/lnbits/extensions/tpos/templates/tpos/tpos.html @@ -1,278 +1,207 @@ -{% extends "public.html" %} {% block toolbar_title %}{{ tpos.name }}{% endblock -%} {% block footer %}{% endblock %} {% block page_container %} +{% extends "public.html" %} {% block toolbar_title %}{{ tpos.name }}{% endblock %} {% block footer %}{% endblock %} {% block page_container %} - - - - - {% raw %}{{ famount }}{% endraw %} - - {% raw %}{{ fsat }}{% endraw %} sat - - - - - - - - - 1 - 2 - 3 - C - 4 - 5 - 6 - 7 - 8 - 9 - OK - DEL - 0 - # - - - - - - - - - - - {% raw %}{{ famount }}{% endraw %} - - {% raw %}{{ fsat }}{% endraw %} sat - - - - Close - - - - - - - - - - - {{ tpos.name }}{{ request.url }} - - - - Copy URL - Close - - - + + + + + {% raw %}{{ famount }}{% endraw %} + + {% raw %}{{ fsat }}{% endraw %} sat + + + + + + + + + 1 + 2 + 3 + C + 4 + 5 + 6 + 7 + 8 + 9 + OK + DEL + 0 + # + + + + + + + + + + + {% raw %}{{ famount }}{% endraw %} + + {% raw %}{{ fsat }}{% endraw %} sat + + + + Close + + + + + + + + + + + {{ tpos.name }}{{ request.url }} + + + + Copy URL + Close + + + - - - + + + + {% endblock %} {% block styles %} {% endblock %} {% block scripts %} -{% endblock %} +{% endblock %} \ No newline at end of file
- {{ tpos.name }}{{ request.url }} -
+ {{ tpos.name }}{{ request.url }} +