| Index: includes/jobs/header.tmpl | 
| =================================================================== | 
| --- a/includes/jobs/header.tmpl | 
| +++ b/includes/jobs/header.tmpl | 
| @@ -8,16 +8,17 @@ | 
| #tabs-openings .ui-tabs-nav-vertical | 
| { | 
| font-size: 16px; | 
| } | 
| </style> | 
| {% endblock %} | 
| {% set openings = [ | 
| + ("Flattr Community Manager", "flattr-community-manager", 187), | 
| ("Frontend Developer", "frontend-developer", 33), | 
| ("Filter List Supporter", "filter-list-supporter", 127), | 
| ("Whitelist Maintainer", "whitelist-maintainer", 108), | 
| ("Student Help Data Protection (m/w)", "student-help-data-protection", 178), | 
| ("Speculative Application", "speculative-application", 51), | 
| ] %} | 
| {% set opening = openings|find(page.split("/")[-1], attribute=1) %} |