Browse Source

fix: Select correct element when other is clicked

Marcelo Fornet 5 years ago
parent
commit
090e10f5e3
1 changed files with 1 additions and 1 deletions
  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 %}