Skip to content

Commit

Permalink
Disable the language selection UI for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdutton committed Mar 30, 2021
1 parent dc2b83c commit a5e211b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions polling_stations/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<div{% if LANGUAGE_CODE != "en" %} class="subtitle"{% endif %}>{{ site_title }}</div>
</div>
</a>
{% comment "Disabling this pending a design system review. We still respect the browser's language preference." %}
<div class="language-select">
<form action="{% url 'set_language' %}" method="post">
<input name="next" type="hidden" value="{{ request.get_full_path }}">
Expand All @@ -59,6 +60,7 @@
{% endfor %}
</form>
</div>
{% endcomment %}
</div>
</header>
{% endblock header %}
Expand Down

0 comments on commit a5e211b

Please sign in to comment.