diff options
Diffstat (limited to 'program/templates/v2/show_list.html')
-rw-r--r-- | program/templates/v2/show_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/show_list.html b/program/templates/v2/show_list.html index 466cf77..8455425 100644 --- a/program/templates/v2/show_list.html +++ b/program/templates/v2/show_list.html @@ -21,7 +21,7 @@ <span title="{{ mf.focus }}" class="category categor-mf mf-{{ mf.abbrev }}"><span>{{ mf.abbrev }}</span></span> {% endfor %} {% for lang in show.language.all %} - <span title="{{ lang.name }}/{{ lang.native_name }}" class="catetory category-lang lang-{{ lang.slug }}"><span>{{ lang.slug }}</span></span> + <span title="{{ lang.name }}/{{ lang.native_name }}" class="category category-lang lang-{{ lang.slug }}"><span>{{ lang.slug }}</span></span> {% endfor %} </div> <div class="show-detail"> |