border-radius: 0.688em;
background: #ADAEAF;
color: white; }
+ .curriculum-form a {
+ cursor: pointer; }
+ .curriculum-form a:hover {
+ text-decoration: underline; }
+ .curriculum-form .error {
+ padding-left: 1em;
+ border-radius: .5em;
+ background: #ed7831;
+ color: white;
+ font-weight: bold; }
.curriculum-form h2 {
margin: 0; }
.curriculum-form h2 a {
display: inline-block;
width: 13em; }
.curriculum-form .curriculum-section-toggler {
- display: none; }
+ display: none;
+ color: white; }
+# -*- coding: utf-8
from django.db import models
from django.views.generic import DetailView, ListView
from django.utils.datastructures import SortedDict
if not (comp_ids or sect_ids):
if level:
- errors["competences"] = "Please!"
+ errors["competences"] = u"Proszę wybrać kompetencje z listy."
elif level is None:
- errors["level"] = "Please!"
+ errors["level"] = u"Proszę wybrać poziom edukacyjny."
else:
chosen_competences = SortedDict()
for competence in Competence.objects.filter(