diff --git a/ephios/api/templates/api/access_token_list.html b/ephios/api/templates/api/access_token_list.html index 7966a1a76..2c3833d39 100644 --- a/ephios/api/templates/api/access_token_list.html +++ b/ephios/api/templates/api/access_token_list.html @@ -24,7 +24,7 @@

{{ token.application.name }}
-

+

@@ -73,7 +73,7 @@

{{ token.description|rich_text }}
-

+

{% blocktranslate trimmed with created=token.created %} created on {{ created }} {% endblocktranslate %} diff --git a/ephios/core/templates/core/disposition/disposition.html b/ephios/core/templates/core/disposition/disposition.html index b2d135ada..e65a56c95 100644 --- a/ephios/core/templates/core/disposition/disposition.html +++ b/ephios/core/templates/core/disposition/disposition.html @@ -16,7 +16,7 @@ {% block content %}

diff --git a/ephios/core/templates/core/event_detail.html b/ephios/core/templates/core/event_detail.html index 952eb95ed..ed591cb00 100644 --- a/ephios/core/templates/core/event_detail.html +++ b/ephios/core/templates/core/event_detail.html @@ -91,15 +91,15 @@

{% endif %} {{ event.title }}

-
+
{{ event.type }} - + {{ event.location }} {% with start_time=event.get_start_time end_time=event.get_end_time %} {% if start_time %} - + {{ start_time|date:"D" }}, {% if not event.is_multi_day %} @@ -115,7 +115,7 @@
{% endif %} {% endwith %}
-
+
{{ event.description|rich_text:"h1,h2" }}
diff --git a/ephios/core/templates/core/event_list.html b/ephios/core/templates/core/event_list.html index 8bd8eb19b..38af9ba5c 100644 --- a/ephios/core/templates/core/event_list.html +++ b/ephios/core/templates/core/event_list.html @@ -159,7 +159,7 @@

{% translate "Events" %} {% elif counter|get:ParticipationStates.USER_DECLINED > 0 and counter|length == 1 %} {% else %} - + {% endif %}

{% if perms.core.add_event %} @@ -177,7 +177,7 @@
{{ event.title }}
- + {{ event.location }}
diff --git a/ephios/core/templates/core/event_notification.html b/ephios/core/templates/core/event_notification.html index 83a71b1a6..d66cc262f 100644 --- a/ephios/core/templates/core/event_notification.html +++ b/ephios/core/templates/core/event_notification.html @@ -14,7 +14,7 @@ {% block content %} {% crispy form %} {% endblock %} diff --git a/ephios/core/templates/core/fragments/shift_box_big.html b/ephios/core/templates/core/fragments/shift_box_big.html index 3a1ffae80..643ace7b9 100644 --- a/ephios/core/templates/core/fragments/shift_box_big.html +++ b/ephios/core/templates/core/fragments/shift_box_big.html @@ -40,7 +40,7 @@ {{ shift.end_time|time }} {% endif %}
- + {{ shift.meeting_time|time }} {% translate "Meetup" %} @@ -99,7 +99,7 @@
{% elif not can_sign_up or not can_decline %} -
+
{% for error in request|signup_errors:shift %} {{ error.message }} {% endfor %} diff --git a/ephios/core/templates/core/fragments/shift_box_small.html b/ephios/core/templates/core/fragments/shift_box_small.html index fc0c4e8b6..2968f52a4 100644 --- a/ephios/core/templates/core/fragments/shift_box_small.html +++ b/ephios/core/templates/core/fragments/shift_box_small.html @@ -2,7 +2,7 @@
-
+
{% trans "Shift" %} {% if can_change and not shift == editing_shift %} diff --git a/ephios/core/templates/core/fragments/signup_method_missing.html b/ephios/core/templates/core/fragments/signup_method_missing.html index 49174a651..72d6795b7 100644 --- a/ephios/core/templates/core/fragments/signup_method_missing.html +++ b/ephios/core/templates/core/fragments/signup_method_missing.html @@ -1,5 +1,5 @@ {% load i18n %} -

+

{% translate "We're sorry! There is a problem displaying the state of the shift." %}

\ No newline at end of file diff --git a/ephios/core/templates/core/home.html b/ephios/core/templates/core/home.html index 207551e30..a20de3d9b 100644 --- a/ephios/core/templates/core/home.html +++ b/ephios/core/templates/core/home.html @@ -61,7 +61,7 @@
{% trans "Your upcoming events" %}
{% empty %}
  • - {% translate "None yet" context "empty list of upcoming shifts" %} + {% translate "None yet" context "empty list of upcoming shifts" %} {% translate "View events" %}
  • diff --git a/ephios/core/templates/core/shift_form.html b/ephios/core/templates/core/shift_form.html index 42bf4891c..2492775d1 100644 --- a/ephios/core/templates/core/shift_form.html +++ b/ephios/core/templates/core/shift_form.html @@ -80,7 +80,7 @@
    {% if not object %}
    -
    {% trans "Shift" %}
    +
    {% trans "Shift" %}

    {% trans "You are currently adding this shift" %}

    {% endif %} diff --git a/ephios/plugins/basesignup/templates/basesignup/participation_card_inline.html b/ephios/plugins/basesignup/templates/basesignup/participation_card_inline.html index e50f4d144..342c81a68 100644 --- a/ephios/plugins/basesignup/templates/basesignup/participation_card_inline.html +++ b/ephios/plugins/basesignup/templates/basesignup/participation_card_inline.html @@ -33,7 +33,7 @@
    +
    {% translate "prefers" %} {{ form.preferred_section.title }}
    diff --git a/ephios/plugins/basesignup/templates/basesignup/section_based/fragment_state.html b/ephios/plugins/basesignup/templates/basesignup/section_based/fragment_state.html index 34f136a3c..08e7c8dc2 100644 --- a/ephios/plugins/basesignup/templates/basesignup/section_based/fragment_state.html +++ b/ephios/plugins/basesignup/templates/basesignup/section_based/fragment_state.html @@ -7,7 +7,7 @@ {{ section.stats.confirmed_count }}{% if section.stats.max_count %}/{{ section.stats.max_count }}{% endif %} {{ section.title }} - {{ section.qualifications_label }} + {{ section.qualifications_label }}
    diff --git a/ephios/plugins/guests/templates/guests/event_detail.html b/ephios/plugins/guests/templates/guests/event_detail.html index 7d57bcb45..f41e0f823 100644 --- a/ephios/plugins/guests/templates/guests/event_detail.html +++ b/ephios/plugins/guests/templates/guests/event_detail.html @@ -5,6 +5,6 @@ {% load i18n %} {% block content %} -
    {{ object.as_participant }}
    +
    {{ object.as_participant }}
    {{ block.super }} {% endblock %} diff --git a/ephios/plugins/guests/templates/guests/guestuser_form.html b/ephios/plugins/guests/templates/guests/guestuser_form.html index 9f0aaeb1c..adaa76562 100644 --- a/ephios/plugins/guests/templates/guests/guestuser_form.html +++ b/ephios/plugins/guests/templates/guests/guestuser_form.html @@ -11,7 +11,7 @@ diff --git a/ephios/plugins/qualification_management/templates/core/qualificationcategories_form.html b/ephios/plugins/qualification_management/templates/core/qualificationcategories_form.html index 3ea15348c..897be27f0 100644 --- a/ephios/plugins/qualification_management/templates/core/qualificationcategories_form.html +++ b/ephios/plugins/qualification_management/templates/core/qualificationcategories_form.html @@ -35,7 +35,7 @@

    {% trans "Edit qualification categories" %}

    data-formset-delete-button> {% trans "Delete" %} {% else %} -

    +

    {% translate "cannot delete, has qualifications" %}

    {% endif %} diff --git a/ephios/plugins/simpleresource/templates/simpleresource/resourcecategories_form.html b/ephios/plugins/simpleresource/templates/simpleresource/resourcecategories_form.html index 53df30c34..8e5afc259 100644 --- a/ephios/plugins/simpleresource/templates/simpleresource/resourcecategories_form.html +++ b/ephios/plugins/simpleresource/templates/simpleresource/resourcecategories_form.html @@ -39,7 +39,7 @@

    {% trans "Edit resource categories" %}

    data-formset-delete-button> {% trans "Delete" %} {% else %} -

    +

    {% translate "cannot delete, has resources" %}

    {% endif %} diff --git a/ephios/static/ephios/scss/ephios_bootstrap_variables.scss b/ephios/static/ephios/scss/ephios_bootstrap_variables.scss index 8da5c701f..03782bf82 100644 --- a/ephios/static/ephios/scss/ephios_bootstrap_variables.scss +++ b/ephios/static/ephios/scss/ephios_bootstrap_variables.scss @@ -49,7 +49,7 @@ $card-bg: $gray-100; $card-cap-bg: $gray-100; $list-group-bg: $gray-100; -$text-muted: $gray-550; +$body-secondary-color: $gray-550; $enable-negative-margins: true; diff --git a/ephios/templates/base.html b/ephios/templates/base.html index 1dd9b781d..62cb6670f 100644 --- a/ephios/templates/base.html +++ b/ephios/templates/base.html @@ -163,7 +163,7 @@ {% for label, url in footer.items %}
    {{ label }} ยท {% endfor %} - + {% blocktranslate with brand='ephios' %} powered by {{ brand }} {% endblocktranslate %}