mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-08-08 03:15:38 +00:00
Compare commits
5 Commits
a2f85c374c
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
743a0dfee1 | ||
|
|
8750db01f8 | ||
|
|
94ecfd0307 | ||
|
|
5ed5086017 | ||
|
|
26f9ea8975 |
@@ -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 %}
|
||||
|
||||
15
package-lock.json
generated
15
package-lock.json
generated
@@ -39,6 +39,9 @@
|
||||
"devDependencies": {
|
||||
"browser-sync": "^3.0.2",
|
||||
"gulp": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "22.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
@@ -5388,9 +5391,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/sax": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz",
|
||||
"integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
||||
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
||||
"engines": {
|
||||
"node": ">=11.0.0"
|
||||
}
|
||||
@@ -10827,9 +10830,9 @@
|
||||
}
|
||||
},
|
||||
"sax": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz",
|
||||
"integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA=="
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
||||
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA=="
|
||||
},
|
||||
"scss-tokenizer": {
|
||||
"version": "0.4.3",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user