notifications fix
This commit is contained in:
parent
95cd6d06c7
commit
a7f616523a
@ -190,7 +190,7 @@
|
||||
Уведомления в телеграм
|
||||
</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>
|
||||
</tr>
|
||||
{% endif %}
|
||||
@ -200,7 +200,7 @@
|
||||
Уведомления по почте
|
||||
</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>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user