The SHORE Community Platform
document.querySelector('.navbar-brand').href='';
document.querySelector('.navbar-brand').href='https://www.shoreproject.eu';
document.querySelector('.navbar-brand').target='_blank';
document.querySelector('.widget-logo a').href='';
document.querySelector('.widget-logo a').href='https://www.shoreproject.eu';
document.querySelector('.widget-logo a').target='_blank';
document.addEventListener('DOMContentLoaded', function () {
// Select the dropdown
var selectElement = document.getElementById('id_profile_field_Education');
// Change the text of specific options
selectElement.options[1].text = 'Primary School- Ages 3-6'; // Change 'PreeSchool' to 'Preschool'
selectElement.options[2].text = 'Primary School- Ages 7-10'; // Change 'PrimarySchool' to 'Elementary School'
selectElement.options[3].text = 'Secondary School- Ages 11-14'; // Change 'PrimarySchool' to 'Elementary School'
selectElement.options[4].text = 'Secondary School- Ages 15-18'; // Change 'PrimarySchool' to 'Elementary School'
});