diff --git a/codewof/static/scss/website.scss b/codewof/static/scss/website.scss index cc4d9863c..376c7e2fe 100644 --- a/codewof/static/scss/website.scss +++ b/codewof/static/scss/website.scss @@ -173,7 +173,7 @@ strong { // Create achievement CSS rules off colour names @each $color, $value in $colors { - .achievement-#{$color} { + .badge-#{$color} { @include badge-variant($value); } } diff --git a/codewof/templates/account/email.html b/codewof/templates/account/email.html index c853f0425..24c0fae8f 100644 --- a/codewof/templates/account/email.html +++ b/codewof/templates/account/email.html @@ -24,12 +24,12 @@

{% trans "E-mail Addresses" %}

{{ emailaddress.email }} {% if emailaddress.verified %} - {% trans "Verified" %} + {% trans "Verified" %} {% else %} - {% trans "Unverified" %} + {% trans "Unverified" %} {% endif %} {% if emailaddress.primary %} - {% trans "Primary" %} + {% trans "Primary" %} {% endif %} diff --git a/codewof/templates/base.html b/codewof/templates/base.html index f8a79c614..2f956192b 100644 --- a/codewof/templates/base.html +++ b/codewof/templates/base.html @@ -34,7 +34,7 @@ - {% block body_element %}{% endblock body_element %} + {% block body_element %}{% endblock body_element %}