mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed comments for translators example in the i18n documentation
The documentation regarding adding a comment for translators was confusing as the example contained mismatching tags.
This commit is contained in:
		| @@ -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 #} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user