|
|
@@ -389,7 +389,11 @@
|
|
|
</thead>
|
|
|
<tr>
|
|
|
<td> <label for="k_integration">Enable:</label> </td>
|
|
|
+ {% if kofi_settings['integration'] %}
|
|
|
<td> <input id="k_integration" type="checkbox" name="k_integration" value="{{ kofi_settings['integration'] }}" checked> </td>
|
|
|
+ {% else %}
|
|
|
+ <td> <input id="k_integration" type="checkbox" name="k_integration" value="{{ kofi_settings['integration'] }}"> </td>
|
|
|
+ {% endif %}
|
|
|
<td>Enable Ko-fi integration.</td>
|
|
|
</tr>
|
|
|
<tr>
|