Changelog: https://roxy-wi.org/changelog.py#6
pull/321/head
Pavel Loginov 3 years ago
parent aae061bc68
commit 96b6df0b0e

@ -1,5 +1,5 @@
{% from 'include/input_macros.html' import input, select %}
{% if user_status == 0 or user_plan == 'user' %}
{% if user_status == 0 %}
{% include 'include/no_sub.html' %}
{% else %}
{% for s in services %}

@ -25,7 +25,7 @@
padding-top: 5px !important;
}
</style>
{% if user_status == 0 or user_plan == 'user' %}
{% if user_status == 0 %}
{% include 'include/no_sub.html' %}
{% else %}
{% if history %}

@ -5,7 +5,7 @@
<script src="/inc/users.js"></script>
<script src="/inc/fontawesome.min.js"></script>
<script src="/inc/jquery.timeago.js" type="text/javascript"></script>
{% if user_status == 0 or user_plan == 'user' %}
{% if user_status == 0 %}
{% include 'include/no_sub.html' %}
{% elif smon_error != '' %}
<div style="text-align: center;">

Loading…
Cancel
Save