mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
parent
8ecac89ea0
commit
b1a90cd52b
2 changed files with 7 additions and 5 deletions
|
|
@ -35,7 +35,7 @@ macro renderPrefs*(): untyped =
|
|||
proc renderPreferences*(prefs: Prefs; path: string; themes: seq[string]): VNode =
|
||||
buildHtml(tdiv(class="overlay-panel")):
|
||||
fieldset(class="preferences"):
|
||||
form(`method`="post", action="/saveprefs"):
|
||||
form(`method`="post", action="/saveprefs", autocomplete="off"):
|
||||
refererField path
|
||||
|
||||
renderPrefs()
|
||||
|
|
|
|||
Loading…
Reference in a new issue