Skip to content

Commit

Permalink
Merge pull request #63 from srobo/sr2024/feedback-forms
Browse files Browse the repository at this point in the history
Use SR2024 feedback forms
  • Loading branch information
RealOrangeOne authored Apr 7, 2024
2 parents 2646f47 + 83f6aa7 commit 7788874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/srobo-nginx/templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ http {

# Forms for competition cycle feedback
# Includes a short one for teams which is easy to tannoy, plus a slightly longer one for text-based comms (email, discord)
rewrite ^/feedback https://docs.google.com/forms/d/e/1FAIpQLScHuBLMCfTo9Yse8mYQMxCZxk6DSf5fa3aH98aGc4hbt980EA/viewform redirect;
rewrite ^/team-feedback https://docs.google.com/forms/d/e/1FAIpQLScHuBLMCfTo9Yse8mYQMxCZxk6DSf5fa3aH98aGc4hbt980EA/viewform redirect;
rewrite ^/supervisor-feedback https://docs.google.com/forms/d/e/1FAIpQLSeiYyuAuEurcpENqskL78D84a6R-jH3N8D5Q_2nTYfYE_QtIQ/viewform redirect;
rewrite ^/feedback https://docs.google.com/forms/d/e/1FAIpQLSf4GKdQD_yu8H8SfHBpKPy3jkgQwkBY0iZg_VsICXyU2xlCQQ/viewform redirect;
rewrite ^/team-feedback https://docs.google.com/forms/d/e/1FAIpQLSf4GKdQD_yu8H8SfHBpKPy3jkgQwkBY0iZg_VsICXyU2xlCQQ/viewform redirect;
rewrite ^/supervisor-feedback https://docs.google.com/forms/d/e/1FAIpQLSfn-MamOwm0OZvXOoR31HEmSGxAljxBSSCDrTmfzyWAlrFQ9A/viewform redirect;

# Donation Link
rewrite ^/donate https://link.justgiving.com/v1/charity/donate/charityId/3118662?tipScheme=TipJar2.1&isRecurring=false&amount=10.00&reference=givingcheckout_tj21 redirect;
Expand Down

0 comments on commit 7788874

Please sign in to comment.