Changelog: https://roxy-wi.org/changelog.py#6
pull/321/head
Pavel Loginov 2022-05-02 22:00:25 +03:00
parent aae061bc68
commit 96b6df0b0e
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{% from 'include/input_macros.html' import input, select %} {% 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' %} {% include 'include/no_sub.html' %}
{% else %} {% else %}
{% for s in services %} {% for s in services %}

View File

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

View File

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