Skip to content

Commit

Permalink
Remove c4p from menu (#96)
Browse files Browse the repository at this point in the history
The page will remain, but it cannot be access via
the menu.
  • Loading branch information
cmaureir authored Aug 16, 2023
1 parent 3522503 commit 825cbd4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
{"slug": "viaje", "text": "Viaje"},
{"slug": "patrocinios", "text": "Patrocinios"},
{"slug": "diversidad-becas", "text": "Diversidad y Becas"},
{"slug": "c4p", "text": "Llamado de Propuestas"},
{"slug": "ofertas", "text": "Ofertas de Trabajo"},
{"slug": "ofertas", "text": "Ofertas de Trabajo"},
{"slug": "faq", "text": "Preguntas frecuentes"},
]

Expand Down Expand Up @@ -58,7 +57,6 @@
{"slug": "viaje", "text": "Trip"},
{"slug": "patrocinios", "text": "Sponsors"},
{"slug": "diversidad-becas", "text": "Diversity & Grants"},
{"slug": "c4p", "text": "Call for Proposals"},
{"slug": "ofertas", "text": "Job Offers"},
{"slug": "faq", "text": "FAQ"},
],
Expand Down Expand Up @@ -808,4 +806,3 @@ def lookup_lang_name(lang_code):

# Shuffle KEYNOTERS
random.shuffle(KEYNOTERS)

0 comments on commit 825cbd4

Please sign in to comment.