Compare commits

...

4 Commits

Author SHA1 Message Date
Joe Banks
8750db01f8 Set maximum version a different way 2026-03-28 21:00:40 +00:00
Joe Banks
94ecfd0307 Set maximum node version explicitly 2026-03-28 20:59:24 +00:00
Joe Banks
5ed5086017 Merge pull request #645 from jamesatjaminit/fix/update-subhire-insurance-form
Update subhire link
2026-03-28 20:08:03 +00:00
James Cook
26f9ea8975 update link 2026-03-28 18:50:39 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -48,7 +48,7 @@
<span class="d-none d-sm-inline">Invoice</span></a>
{% endif %}
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf-TBOuJZCTYc2L8DWdAaC3_Werq0ulsUs8-6G85I6pA9WVsg/viewform" class="btn btn-danger"><span class="fas fa-file-invoice-dollar"></span> <span class="d-none d-sm-inline">Subhire Insurance Form</span></a>
<a href="https://nottinghamtec.sharepoint.com/:l:/s/Office/JAAo7384Ro8-TKhPoZMLLMLNASrutYAeLOeQYPZO8DT-Zog?nav=MDkwZTAwN2YtODVkZi00YzBhLWFhMzEtNGYxNTc4MzgyYzRj" class="btn btn-danger"><span class="fas fa-file-invoice-dollar"></span> <span class="d-none d-sm-inline">Subhire Insurance Form</span></a>
{% if event.can_check_in %}
{% if request.user.current_event %}

View File

@@ -4,6 +4,9 @@
"repository": "https://github.com/nottinghamtec/PyRIGS",
"author": "Tom Price",
"license": "Custom",
"engines": {
"node": "22.x"
},
"dependencies": {
"@forevolve/bootstrap-dark": "^2.1.0",
"@fortawesome/fontawesome-free": "^5.15.4",