mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-03 19:14:42 +00:00
Fixed wrong use of inline literal.
This commit is contained in:
parent
a22cf693f4
commit
19785d0649
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ fields, the following admin classes are provided:
|
|||
* ``TabbedDjangoJqueryTranslationAdmin`` (aliased to ``TabbedTranslationAdmin``)
|
||||
* ``TabbedExternalJqueryTranslationAdmin``
|
||||
|
||||
Rather than subclassing `TranslationAdmin`, simply to subclass one of these
|
||||
Rather than subclassing ``TranslationAdmin``, simply to subclass one of these
|
||||
classes like this:
|
||||
|
||||
.. code-block:: python
|
||||
|
|
|
|||
Loading…
Reference in a new issue