diff --git a/dev-random/templates/article.html b/dev-random/templates/article.html index ab5679c..4bd02f5 100644 --- a/dev-random/templates/article.html +++ b/dev-random/templates/article.html @@ -1,3 +1,4 @@ +{%- if article.lang %}{% set DEFAULT_LANG = article.lang %}{% endif -%} {% extends "base.html" %} {% block headers %} @@ -24,6 +25,13 @@