Commit 07f29c83ad3d99004f55015417d5a8d3ef7ccfc6

Authored by Gustavo
1 parent a4e8fad8

Minor adjust in contrast script in login template

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
users/templates/users/login.html
@@ -153,7 +153,7 @@ @@ -153,7 +153,7 @@
153 location.reload() 153 location.reload()
154 } 154 }
155 else { 155 else {
156 - Cookies.set('contrast_check','anonymous') 156 + Cookies.set('contrast_check','contrast')
157 location.reload() 157 location.reload()
158 } 158 }
159 159