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

finish basic career page

parent eedddccb
Branches
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):
class Migration(migrations.Migration):
dependencies = [
('uniweb', '0113_alter_uniwebhomepage_dark_logo_and_more'),
("uniweb", "0113_alter_uniwebhomepage_dark_logo_and_more"),
]
operations = [
migrations.RunPython(fix_po_people_page)
]
operations = [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