neon_arch commited on
Commit
1b352ec
1 Parent(s): b2c1482

✨ feat: provide a new settings option `safe_search` (#210)

Browse files
Files changed (1) hide show
  1. public/templates/general_tab.html +10 -1
public/templates/general_tab.html CHANGED
@@ -1,4 +1,13 @@
1
  <div class="general tab active">
2
  <h1>General</h1>
3
- <p class="description">Coming soon!!</p>
 
 
 
 
 
 
 
 
 
4
  </div>
 
1
  <div class="general tab active">
2
  <h1>General</h1>
3
+ <h3>Select a safe search level</h3>
4
+ <p class="description">
5
+ Select a safe search level from the menu below to filter content based on
6
+ the level.
7
+ </p>
8
+ <select name="safe_search_levels">
9
+ <option value=0>None</option>
10
+ <option value=1>Low</option>
11
+ <option value=2>Moderate</option>
12
+ </select>
13
  </div>