소스 검색

Formatting changes

allens 2 주 전
부모
커밋
d8a821255c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 %}