diff --git a/pyi2phosts/templates/base.html b/pyi2phosts/templates/base.html index b72aafe..29d264c 100644 --- a/pyi2phosts/templates/base.html +++ b/pyi2phosts/templates/base.html @@ -29,6 +29,16 @@
  • Register a domain
  • + +
    + {% csrf_token %} + {% for lang in LANGUAGES %} + + {{ lang.0 }} + {% endfor %} + +
    + {% endblock %}