Explorar el Código

fix: Select correct element when other is clicked

Marcelo Fornet hace 5 años
padre
commit
090e10f5e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 %}