diff --git a/app/static/js/ascroll.js b/app/static/js/ascroll.js index f0df3a1..c4a8218 100755 --- a/app/static/js/ascroll.js +++ b/app/static/js/ascroll.js @@ -287,7 +287,7 @@ function renderAnnotations(config) { div.classList.add('related-film') div.innerHTML = ` film cited: ${config.item_title} - ${config.item_director[0]}
- 电影引用: ${config.item_title_zh} - ${config.item_director[1]} + 引用影片: ${config.item_title_zh} - ${config.item_director[1]} ` box.appendChild(div) ascroll.appendChild(box) diff --git a/app/templates/about.html b/app/templates/about.html index a0aae67..0023ffb 100755 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -113,7 +113,7 @@
  • @@ -123,7 +123,7 @@

    Nobuo Takamori, Karen Menezes, Ho Yu-Kuan, Ye Renyu and Liao Chia-Cheng.

    -

    致謝:高森信男、Karen Menezes(凱倫・孟納茲)、侯昱寬、葉人瑜與廖嘉誠

    +

    高森信男、Karen Menezes(凱倫・孟納茲)、侯昱寬、葉人瑜與廖嘉誠

    diff --git a/app/templates/base.html b/app/templates/base.html index ed45816..9350b2f 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -23,7 +23,7 @@ diff --git a/app/templates/film.html b/app/templates/film.html index 5bd8c94..d9b6d7d 100755 --- a/app/templates/film.html +++ b/app/templates/film.html @@ -59,7 +59,7 @@ body { {% if film.related_texts.exists %}
    -

    related assemblies

    +

    Related Assemblies 相關選集

    {% for text in film.related_texts %}