mirror of
https://github.com/django/django.git
synced 2025-09-12 12:09:12 +00:00
[1.8.x] Updated indentation of example template in docs/topics/i18n/translation.txt.
Backport of 514b69cb9e1ec08f22f04a6a2ed29b130cb42258 from master
This commit is contained in:
parent
252867ed2a
commit
7439039806
@ -1705,8 +1705,8 @@ Here's example HTML template code:
|
|||||||
.. code-block:: html+django
|
.. code-block:: html+django
|
||||||
|
|
||||||
{% load i18n %}
|
{% 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 }}" />
|
<input name="next" type="hidden" value="{{ redirect_to }}" />
|
||||||
<select name="language">
|
<select name="language">
|
||||||
{% get_current_language as LANGUAGE_CODE %}
|
{% get_current_language as LANGUAGE_CODE %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user