Commit 01769823 authored by Marc Tamlyn's avatar Marc Tamlyn
Browse files

Merge pull request #1201 from takis/docs_typo

Fixed comments for translators example in the i18n documentation
parents 8133ee6c 6845dc7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -698,7 +698,7 @@ or with the ``{#`` ... ``#}`` :ref:`one-line comment constructs <template-commen

.. code-block:: html+django

    {# Translators: Label of a button that triggers search{% endcomment #}
    {# Translators: Label of a button that triggers search #}
    <button type="submit">{% trans "Go" %}</button>

    {# Translators: This is a text of the base template #}