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] 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 %}