Parcourir la source

fix: Select correct element when other is clicked

Marcelo Fornet il y a 5 ans
Parent
commit
090e10f5e3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      layout/work/other.html

+ 1 - 1
layout/work/other.html

@@ -1,6 +1,6 @@
 {% extends "_work_no_all.html" %}
 
-{% set editorial_selected = True %}
+{% set other_selected = True %}
 {% set work_path = "other" %}
 {% set expand_dialog = True %}
 {% set sort_images = True %}