aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-01-18 11:39:05 +0300
committerGravatar Vitaly Takmazov2023-01-18 11:39:05 +0300
commit118464cfdabdad2b943e959e14ceb3012642a301 (patch)
tree6b5af9ecccaabc422478a2739667bc50380bf396 /src/main/resources/templates
parent1c96e74ad675c3a7d1b6ab2bb01307a94b8d4212 (diff)
Drop unused `useroptions` table
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/views/settings_main.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html
index 8f3873a0..713b0146 100644
--- a/src/main/resources/templates/views/settings_main.html
+++ b/src/main/resources/templates/views/settings_main.html
@@ -9,18 +9,6 @@
<legend>Browser notifications</legend>
<button class="Button" id="notifications_toggle">...</button>
</fieldset>
- <form action="/settings" method="POST">
- <fieldset>
- <legend>Notification options</legend>
- <p><input type="checkbox" name="jnotify" value="1" {% if notify_options.repliesEnabled %} checked="checked"
- {% endif %} /> Reply notifications (&quot;Message posted&quot;)</p>
- <p><input type="checkbox" name="subscr_notify" value="1" {% if notify_options.subscriptionsEnabled %}
- checked="checked" {% endif %} /> Subscriptions notifications (&quot;@user subscribed...&quot;)</p>
- <p><input type="checkbox" name="recomm" value="1" {% if notify_options.recommendationsEnabled %}
- checked="checked" {% endif %} /> Posts recommendations (&quot;Recommended by @user&quot;)</p>
- <p><input type="hidden" name="page" value="main" /><input type="submit" class="Button" value=" OK " /></p>
- </fieldset>
- </form>
<fieldset>
<legend
style="background: url(/durov.png) no-repeat; padding-left: 58px; line-height: 48px; background-size: contain;">