Commit 74390398 authored by Wim Feijen's avatar Wim Feijen Committed by Tim Graham
Browse files

[1.8.x] Updated indentation of example template in docs/topics/i18n/translation.txt.

Backport of 514b69cb from master
parent 252867ed
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -1705,8 +1705,8 @@ Here's example HTML template code:
.. code-block:: html+django

    {% load i18n %}
    <form action="{% url 'set_language' %}" method="post">
    {% csrf_token %}

    <form action="{% url 'set_language' %}" method="post">{% csrf_token %}
        <input name="next" type="hidden" value="{{ redirect_to }}" />
        <select name="language">
            {% get_current_language as LANGUAGE_CODE %}