Skip to content

Commit

Permalink
Merge pull request #1280 from BCStudentSoftwareDevTeam/allTrainingTitle
Browse files Browse the repository at this point in the history
Modifying the title of All Volunteer Training
  • Loading branch information
BrianRamsay committed Jul 17, 2024
2 parents 70b9e75 + f3271cf commit d8452bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/admin/createEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

{% set isNewEvent = 'create' in request.path %}
{% if isNewEvent %}
{% if eventData["program"].programName == 'CELTS-Sponsored Event' %}
{% if eventData["program"].programName == 'CELTS-Sponsored Event' and template.tag == '' %}
{% set page_title = 'Create a ' + eventData["program"].programName %}

{% elif template.tag == 'single-program' %}
{%set page_title = 'Create Event for ' + eventData["program"].programName %}

{% elif template.tag == 'all-volunteer' %}
{% elif eventData["program"].programName == 'CELTS-Sponsored Event' and template.tag == 'all-volunteer' %}
{% set page_title = 'Create All Volunteer Training' %}

{% elif template.tag == 'no-program' %}
Expand Down

0 comments on commit d8452bf

Please sign in to comment.