From a5c81693bdfc5fbc716b50526de8ccd05e6225ff Mon Sep 17 00:00:00 2001 From: Cody Wang Date: Thu, 6 Feb 2025 19:47:17 -0800 Subject: [PATCH 1/3] Remove resume review page --- .../studentservices/resume_critique.html | 33 +++---------------- 1 file changed, 4 insertions(+), 29 deletions(-) diff --git a/hknweb/templates/studentservices/resume_critique.html b/hknweb/templates/studentservices/resume_critique.html index 0ee13173..0f28df17 100644 --- a/hknweb/templates/studentservices/resume_critique.html +++ b/hknweb/templates/studentservices/resume_critique.html @@ -1,33 +1,8 @@ {% extends 'base.html' %} {% block title %}Resume Review{% endblock %} -{% block heading %}Resume Review{% endblock %} - -{% block header %} - -{% endblock %} - - {% block content %} - {% if success %} -
- {% if messages %} - {% for message in messages %} -

{{ message }}

- {% endfor %} - {% endif %} -
- -
-
- {% else %} - {% include 'events/form.html' %} - {% endif %} +
+

Resume Review

+

Come to HKN Professional Development Office Hours for Resume Critique.

+
{% endblock %} From 5c20aefb135011a04e5b34b098a23b8a225fdbd2 Mon Sep 17 00:00:00 2001 From: 508312 <113813353+508312@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:18:04 -0800 Subject: [PATCH 2/3] Add link to tutoring hours. Return old style and use universal heading block. --- .../studentservices/resume_critique.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/hknweb/templates/studentservices/resume_critique.html b/hknweb/templates/studentservices/resume_critique.html index 0f28df17..ae1539a7 100644 --- a/hknweb/templates/studentservices/resume_critique.html +++ b/hknweb/templates/studentservices/resume_critique.html @@ -1,8 +1,23 @@ {% extends 'base.html' %} {% block title %}Resume Review{% endblock %} +{% block heading %}Resume Review{% endblock %} + +{% block header %} + +{% endblock %} + + {% block content %}
-

Resume Review

-

Come to HKN Professional Development Office Hours for Resume Critique.

+

Come to HKN Professional Development Office Hours for Resume Critique. + To check hours for this week visit hkn.mu/tutor.

{% endblock %} From d836d6a32ff22513124e55a8007a1640eac5f700 Mon Sep 17 00:00:00 2001 From: 508312 <113813353+508312@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:18:22 -0800 Subject: [PATCH 3/3] Return the form but keep it commented out. Done to make process of editing this page easier for candidates. --- .../studentservices/resume_critique.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/hknweb/templates/studentservices/resume_critique.html b/hknweb/templates/studentservices/resume_critique.html index ae1539a7..0873048b 100644 --- a/hknweb/templates/studentservices/resume_critique.html +++ b/hknweb/templates/studentservices/resume_critique.html @@ -16,6 +16,23 @@ {% block content %} + +

Come to HKN Professional Development Office Hours for Resume Critique. To check hours for this week visit hkn.mu/tutor.