|  | @@ -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 %}
 | 
	
		
			
				|  |  |              
 |