Switch to new URL for wall displays

This commit is contained in:
Adam Goldsmith 2022-12-08 21:25:08 -05:00
parent 755a274855
commit c07b3e4dbf

View File

@ -17,6 +17,6 @@
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleGray</string>
<key>URL</key>
<string>https://reservations.claremontmakerspace.org/{% if reservation_tools is defined %}?tool={{ reservation_tools | map('urlencode') | join(';') }}{% endif %}</string>
<string>https://reservations.claremontmakerspace.org/wall-display.html{% if reservation_tools is defined %}?tool={{ reservation_tools | map('urlencode') | join(';') }}{% endif %}</string>
</dict>
</plist>