Skip to content

Commit

Permalink
Merge pull request #578 from compserv/kill-prodev
Browse files Browse the repository at this point in the history
Remove resume submit form from resume review page
  • Loading branch information
508312 authored Feb 14, 2025
2 parents 354d967 + d836d6a commit cf529f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hknweb/templates/studentservices/resume_critique.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@


{% block content %}
{% if success %}
<!-- Disabled until full backend functionality is implemented.
{% if success %}
<div style="text-align: center;">
{% if messages %}
{% for message in messages %}
Expand All @@ -30,4 +31,10 @@ <h3 {% if messages.tags %} class="{{ message.tags }}" {% endif %} style="color:
{% 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>
</div>
{% endblock %}

0 comments on commit cf529f5

Please sign in to comment.