notifications fix

This commit is contained in:
Egor Matveev 2022-05-16 18:52:34 +03:00
parent 95cd6d06c7
commit a7f616523a

View File

@ -190,7 +190,7 @@
Уведомления в телеграм Уведомления в телеграм
</td> </td>
<td> <td>
<input type="checkbox" name="notification_telegram" {% if user.userinfo.notification_solution_result %}checked{% endif %}> <input type="checkbox" name="notification_telegram" {% if user.userinfo.notification_telegram %}checked{% endif %}>
</td> </td>
</tr> </tr>
{% endif %} {% endif %}
@ -200,7 +200,7 @@
Уведомления по почте Уведомления по почте
</td> </td>
<td> <td>
<input type="checkbox" name="notification_email" {% if user.userinfo.notification_solution_result %}checked{% endif %}> <input type="checkbox" name="notification_email" {% if user.userinfo.notification_email %}checked{% endif %}>
</td> </td>
</tr> </tr>
{% endif %} {% endif %}