Skip to content
Snippets Groups Projects
Commit 862e7568 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

improve perex rendering

parent 2627843f
Branches
No related tags found
2 merge requests!861Release: New homepage design,!852squash migrations
Pipeline #15949 passed
...@@ -703,7 +703,7 @@ class MainPeoplePage(ExtendedMetadataPageMixin, SubpageMixin, MetadataPageMixin, ...@@ -703,7 +703,7 @@ class MainPeoplePage(ExtendedMetadataPageMixin, SubpageMixin, MetadataPageMixin,
@property @property
def perex(self) -> str: def perex(self) -> str:
return self.perex_col_1 + self.perex_col_2 return self.perex_col_1 + " \n" + self.perex_col_2
class Meta: class Meta:
verbose_name = "Lidé a týmy" verbose_name = "Lidé a týmy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment