Skip to content
Snippets Groups Projects
Commit 27c78516 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

finish basic career page

parent eedddccb
No related branches found
No related tags found
2 merge requests!1208Release,!1201Release career template test
Pipeline #20293 passed
...@@ -21,11 +21,8 @@ def fix_po_people_page(apps, schema_editor): ...@@ -21,11 +21,8 @@ def fix_po_people_page(apps, schema_editor):
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('uniweb', '0113_alter_uniwebhomepage_dark_logo_and_more'), ("uniweb", "0113_alter_uniwebhomepage_dark_logo_and_more"),
] ]
operations = [ operations = [migrations.RunPython(fix_po_people_page)]
migrations.RunPython(fix_po_people_page)
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment