Allows link to safety quiz to be set in config

This commit is contained in:
Audrey Jensen 2023-10-10 15:15:00 +00:00
parent 877aab0a32
commit 377c1149d1
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
Safety Quiz Link: "https://forms.office.com/Pages/ResponsePage.aspx?id=dzi_grwqEkSuyimF-ZKjL544Tiy3xXxPrjITk-mmulFUMUVBMkk3SjY3U1NYUU5XWlFQNjBVQzNaTy4u"
Cards:
# To add a new card:
# Create a new object with single indent (2 spaces). The text written here will be the title of the card.

View File

@ -15,7 +15,7 @@
</p>
</div>
</div>
<a class="col-12 btn btn-danger my-2" href="/training/safety/quiz">
<a class="col-12 btn btn-danger my-2" href="{{ attribute(content, 'Safety Quiz Link') }}">
<h4>Take the Workplace Safety Quiz</h4>
</a>
{# Cards #}