Skip to content

Commit

Permalink
Return the form but keep it commented out. Done to make process of ed…
Browse files Browse the repository at this point in the history
…iting this page easier for candidates.
  • Loading branch information
508312 committed Feb 14, 2025
1 parent 5c20aef commit d836d6a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions hknweb/templates/studentservices/resume_critique.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@


{% block content %}
<!-- Disabled until full backend functionality is implemented.
{% if success %}
<div style="text-align: center;">
{% if messages %}
{% for message in messages %}
<h3 {% if messages.tags %} class="{{ message.tags }}" {% endif %} style="color: #0000A0;">{{ message }}</h3>
{% endfor %}
{% endif %}
<form action="{% url 'home' %}">
<input type="submit" value="Return home" />
</form>
</div>
{% else %}
{% include 'events/form.html' %}
{% endif %}
-->

<div style="text-align: center; margin-bottom: 20vh;">
<p> Come to HKN Professional Development Office Hours for Resume Critique.
To check hours for this week visit <a href="//hkn.mu/tutor">hkn.mu/tutor</a>. </p>
Expand Down

0 comments on commit d836d6a

Please sign in to comment.