소스 검색

Fixed incorrect user_authed variable.

deadtom 3 주 전
부모
커밋
98bcbb9c45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ownchatbot/templates/userpanel.html

+ 1 - 1
ownchatbot/templates/userpanel.html

@@ -77,7 +77,7 @@
             {% for user in users %}
             
             <div>
-                {% if user['user_authed'] %}
+                {% if user[3] %}
                     <br>
                     OwnchatBot recognizes your Ko-fi and GiveButter accounts by your email address. In order for OwnchatBot to award your donation points, you must supply your email address.<br><br>