Skip to content
Snippets Groups Projects
Commit 2a50d7d9 authored by Tomáš's avatar Tomáš
Browse files

fix grammar and increase person position max length

parent d29e210f
Branches
No related tags found
2 merge requests!667Release,!666Increase max person desc length, make all richtext fields pretty, make perex fields rich
Pipeline #10625 passed
# Generated by Django 4.0.7 on 2022-12-07 06:53
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('main', '0032_alter_mainprogrampage_program'),
]
operations = [
migrations.AlterField(
model_name='mainpersonpage',
name='position',
field=models.CharField(blank=True, max_length=200, null=True, verbose_name='Pozice/povolání'),
),
]
......@@ -615,7 +615,7 @@ class MainPersonPage(ExtendedMetadataPageMixin, SubpageMixin, MetadataPageMixin,
"Tituly za jménem", max_length=16, blank=True, null=True
)
position = models.CharField(
"Pozice/povolání", max_length=128, blank=True, null=True
"Pozice/povolání", max_length=200, blank=True, null=True
)
perex = models.TextField()
text = RichTextField()
......
......@@ -13,7 +13,7 @@
Odebírej náš newsletter
</h5>
<span class="inline-block uppercase text-xl xl:text-base font-bold mb-4 xl:w-full">
Fake news tam nenajdeš, ale dozvíš se co chystáme doopravdy!
Fake news tam nenajdeš, ale dozvíš se, co chystáme doopravdy!
</span>
<div class="flex flex-col items-start">
<form method="post" class="w-full max-w-md" action="{{ page.root_page.newsletter_subscribe_url }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment