Skip to content
Snippets Groups Projects
Select Git revision
  • 492de66a35170f99130227d2f6fda9cd55697b26
  • master default
  • test protected
  • pdp
  • localwebs
  • target-groups
  • seo1
  • fix1
8 results

program2021_home_page.html

Blame
  • Forked from TO / Maják
    Source project has a limited visibility.
    0050_uniwebhomepage_donation_page.py 606 B
    # Generated by Django 4.1.10 on 2023-09-29 17:24
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ("uniweb", "0049_alter_uniwebcalendarpage_calendar_url_and_more"),
        ]
    
        operations = [
            migrations.AddField(
                model_name="uniwebhomepage",
                name="donation_page",
                field=models.URLField(
                    blank=True,
                    default="https://dary.pirati.cz",
                    null=True,
                    verbose_name="URL pro příjem darů (tlačítko Darovat)",
                ),
            ),
        ]