Explorar el Código

Formatting changes

allens hace 2 semanas
padre
commit
d8a821255c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ownchatbot/templates/userpanel.html

+ 1 - 1
ownchatbot/templates/userpanel.html

@@ -34,7 +34,6 @@
         
         {% if kofi_integration %}
             <h4>Kofi Integration</h4>
-            You must be authenticated with Owncast to take advantage of Kofi integration.<br>
             
             {% if kofi_settings['donations'] %}
                 {% set d_points_label = 'point' if donation_points == 1 else 'points' %}
@@ -45,6 +44,7 @@
                 {% set s_points_label = 'point' if sub_points == 1 else 'points' %}
                 Subscribers get {{ kofi_settings['sub_points'] }} {{ s_points_label }} every month.<br>
             {% endif %}
+            <i>You must be authenticated with Owncast to take advantage of Kofi integration.</i><br>
             
             {% for user in users %}