From 283bb4247e61afe242ed94628348cad41cb00660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Wed, 26 Feb 2025 14:06:14 +0100 Subject: [PATCH] =?UTF-8?q?Lep=C5=A1=C3=AD=3F=20popis=20inline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prednasky/admin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prednasky/admin.py b/prednasky/admin.py index ff8e9464..d0fe603a 100644 --- a/prednasky/admin.py +++ b/prednasky/admin.py @@ -10,7 +10,7 @@ from soustredeni.models import Soustredeni class Seznam_PrednaskaInline(admin.TabularInline): """ - Pomůcka pro :py:class:`prednasky.admin.SeznamAdmin` zobrazující hezky :py:class:`Přednášky ` + :py:class:`Inline ` pro :py:class:`prednasky.admin.SeznamAdmin` zobrazující :py:class:`Přednášky ` v adminu :py:class:`Seznamu `. """ model = Prednaska.seznamy.through @@ -60,7 +60,7 @@ class Seznam_PrednaskaInline(admin.TabularInline): class Seznam_ZnalostInline(admin.TabularInline): """ - Pomůcka pro :py:class:`prednasky.admin.SeznamAdmin` zobrazující hezky :py:class:`Znalosti ` + :py:class:`Inline ` pro :py:class:`prednasky.admin.SeznamAdmin` zobrazující :py:class:`Znalosti ` v adminu :py:class:`Seznamu `. """ model = Znalost.seznamy.through