Skip to content

Commit

Permalink
Fix template error in approvals email
Browse files Browse the repository at this point in the history
  • Loading branch information
Sage Sharp committed Oct 8, 2022
1 parent 3740931 commit d2ced82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/templates/home/email/applicantapproval-approved.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Make sure to reach out to the project mentor if you're stuck for more than a cou

The list of Outreachy internship projects can be found here:

{{ request.scheme }}://{{ request.get_host }}{% url 'project-selection' %}{% if application.application_round.pick_a_project_blog_url %}
{{ request.scheme }}://{{ request.get_host }}{% url 'project-selection' %}


❓ Finding Help
Expand Down

0 comments on commit d2ced82

Please sign in to comment.