From d563577a164d466455c3cb3cc1988920c72171f4 Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Sun, 10 Dec 2023 14:31:48 +0100 Subject: [PATCH] remove degree --- templates/default.html.tera | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/templates/default.html.tera b/templates/default.html.tera index de3d906..f693d07 100644 --- a/templates/default.html.tera +++ b/templates/default.html.tera @@ -258,33 +258,6 @@ -
-
-

{{ "education" | translate(lang=lang) }}

-
- {% for education in cv.education %} -
-
- {% if education.degree %} -
{{ education.degree | lang_entity(lang=lang) }} {{ education.school }}
- {% else %} -
{{ education.school }}
- {% endif %} -
-
- - {% if education.description %} -
{{ education.from | format_date(type="job") }} - {{ education.to | format_date(type="job") }}
-
{{ education.description | lang_entity(lang=lang) }}
- {% else %} - {{ education.from | format_date(type="job") }} - {% endif %} -
-
- {% endfor %} -
-
-

{{ "contact" | translate(lang=lang) }}