Skip to content

Commit

Permalink
edit ownership_request.html template
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeweng committed Oct 18, 2024
1 parent 6b511f0 commit f36d1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/clubs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ def send_request(self, request=None):
)

send_mail_helper(
name="ownershiprequest",
name="ownership_request",
subject=f"Ownership Request from {full_name} for {club_name}",
emails=owner_emails,
context=context,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
{% extends 'emails/base.html' %}

{% block content %}
<h2>Ownership Request from <b>{{ full_name }}</b> for <b>{{ club_name }}</b></h2>
<p style="font-size: 1.2em"><b>{{ full_name }}</b> sent an ownership request to join <b>{{ club_name }}</b> through the Penn
<h2>Request for ownership for <b>{{ club_name }}</b> from <b>{{ full_name }}</b></h2>
<p style="font-size: 1.2em"><b>{{ full_name }}</b> has submitted a request for ownership of <b>{{ club_name }}</b> through the Penn
Clubs website. To approve this request, use the button below to navigate to the Penn Clubs website.</p>
<a style="text-decoration: none; padding: 5px 20px; font-size: 1.5em; margin-top: 20px; color: white; background-color: #4954f4; border-radius: 3px; font-weight: bold"
href="{{ edit_url }}">Approve Request</a>
Expand Down

0 comments on commit f36d1f9

Please sign in to comment.