Skip to content

Commit

Permalink
Remove resume review page
Browse files Browse the repository at this point in the history
  • Loading branch information
ydoccr committed Feb 7, 2025
1 parent 354d967 commit a5c8169
Showing 1 changed file with 4 additions and 29 deletions.
33 changes: 4 additions & 29 deletions hknweb/templates/studentservices/resume_critique.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,8 @@
{% extends 'base.html' %}
{% block title %}Resume Review{% endblock %}
{% block heading %}Resume Review{% endblock %}

{% block header %}
<style>
.content {
padding-top: 1em;
padding-bottom: 1em;
padding-left: 30%;
padding-right: 30%;
text-align: left;
}
</style>
{% endblock %}


{% block content %}
{% 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;">
<h1>Resume Review</h1>
<p>Come to HKN Professional Development Office Hours for Resume Critique.</p>
</div>
{% endblock %}

0 comments on commit a5c8169

Please sign in to comment.