hide color theme options

This commit is contained in:
Juan de la Cruz 2016-12-19 11:19:44 +01:00
parent 9eb697467f
commit 099b31c1a7
2 changed files with 3 additions and 2 deletions

View file

@ -81,8 +81,8 @@
:placeholder "Your email"}]
(forms/input-error errors :email)
[:span.user-settings-label "Choose a color theme"]
[:div.input-radio.radio-primary
#_[:span.user-settings-label "Choose a color theme"]
#_[:div.input-radio.radio-primary
[:input {:type "radio"
:checked (when (= theme "light") "checked")
:on-change (partial on-change :theme)