Skip to content
Snippets Groups Projects
Commit 6326d71b authored by jarmil's avatar jarmil
Browse files

Oprava popisku pole u osoby

parent 2f97efe7
Branches
No related tags found
2 merge requests!173Release,!134Weby pro MS
# Generated by Django 3.1.3 on 2021-01-06 09:29
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("shared", "0014_auto_20201104_1134"),
]
operations = [
migrations.AlterField(
model_name="personpage",
name="username",
field=models.TextField(verbose_name="Uživatelské jméno osoby"),
),
]
......@@ -99,7 +99,7 @@ class PersonPage(SharedSubpageMixin, MetadataPageMixin, Page):
"""
# ve formatu iapi: https://iapi.pirati.cz/v1/user?username=john.doe
username = models.TextField("Pirate ID osoby", blank=False)
username = models.TextField("Uživatelské jméno osoby", blank=False)
profile_id = models.IntegerField(
"Číslo medailonku (0..2) z lide.pirati.cz",
blank=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment