Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion superfablab/visit_tracking/templates/station.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h2 class="title">Recent Activity (Today)</h2>
</div>
<div class="column is-one-fifth">
<div class="box has-text-weight-bold is-size-5">
<h2 class="title">Info at a glance 👀</h2>
<h2 class="title">Info at a glance &#128064;</h2>
<h3 class="title has-text-weight-bold is-size-3"> Current {% if currentkeyholderorvolunter %} Keyholder {% else %} Volunteer {% endif %}: {{ keyholder_name }} </h3>
<img src="{{ keyholder_img_url }}"/>

Expand Down
2 changes: 1 addition & 1 deletion superfablab/visit_tracking/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def leaderboard_of_shame():

def send_canvas_invite(email: str, name: str):
subject = "Thanks for Visiting the Super Fab Lab"
html_content = f"<html><body><h1> Thanks for visiting the SFL {name}! </h1> <p> We hope you had an amazing time! Please click <a href='https://uncc.instructure.com/enroll/E6NPBA'>this link</a> to join our canvas page and do trainings </p</body></html>"
html_content = f"<html><body><h1> Thanks for visiting the SFL {name}! </h1> <p> We hope you had an amazing time! Please click <a href='https://uncc.instructure.com/enroll/E6NPBA'>this link</a> to join our canvas page and do trainings. Please also join our Discord <a href='https://discord.gg/Y3xxAqQDq3'></p</body></html>"
to = [{"email":email,"name":name}]
# email.delay(to, subject, html_content)

Expand Down
Loading