Skip to content

Commit

Permalink
Reflect club description reapproval changes in email and form text
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Aug 17, 2024
1 parent 2e3d332 commit 80a5913
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
16 changes: 10 additions & 6 deletions backend/templates/emails/revised_fair_date.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SUBJECT: [CORRECTION] Updated information on fall activities fair registration -->
<!-- SUBJECT: [CORRECTION] Updated information on Fall Activities Fair registration -->
<!-- TYPES: {} -->
{% extends 'emails/base.html' %} {% block content %}
<p style="font-size: 1.2em">Hello,</p>
Expand All @@ -8,22 +8,26 @@
our part: the activities fair will be in-person from August 27-29.
</p>
<p style="font-size: 1.2em; color: #ff3860; font-weight: bold">
Re-registration, while still necessary, does not constitute registration for
the fair. Please sign up for the fair
Re-registration on the Penn Clubs platform, while still necessary, does not
constitute registration for the fair. Please sign up for the fair
<a
href="https://docs.google.com/forms/d/e/1FAIpQLScLn0XrAdkPXgSBoT8bSt0xzWGcmJhwutjuRVmDYVPv8CjVjQ/viewform"
>here</a
>
by August 23rd, 11:59 PM.
by August 23rd, 11:59 PM ET.
</p>
<p style="font-size: 1.2em">
Note that only returning student groups that were University registered last
year may sign up for the Fall Fair.
year may sign up for the fair.
</p>
<p style="font-size: 1.2em">
We have also enabled editing existing clubs and removed the need to re-queue
after updating club description.
</p>
<p style="font-size: 1.2em">
Please refer to the official email sent from the Office of Student Affairs for
more information or contact the organizers
<a href="mailto:fair@sacfunded.net">here</a>
<a href="mailto:fair@sacfunded.net">here</a>.
</p>
<p style="font-size: 1.2em">Apologies,</p>
<p style="font-size: 1.2em">Penn Clubs</p>
Expand Down
1 change: 0 additions & 1 deletion frontend/components/ClubEditPage/ClubEditCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ export default function ClubEditCard({
{
name: 'description',
required: true,
help: `Changing this field will require reapproval from the ${APPROVAL_AUTHORITY}.`,
placeholder: `Type your ${OBJECT_NAME_SINGULAR} description here!`,
type: 'html',
hidden: !REAPPROVAL_QUEUE_ENABLED,
Expand Down

0 comments on commit 80a5913

Please sign in to comment.