event.cgi -> broadcast.cgi

event.cgi is on a uBlock list, so we rename it.
This commit is contained in:
Milan
2024-02-17 22:15:57 +01:00
parent 62c0b42383
commit 022c271118
8 changed files with 14 additions and 14 deletions

View File

@@ -220,7 +220,7 @@
<!-- edit event -->
<div id="edit_event" class="panel">
<form id="event_<TMPL_VAR event_id>" method="post"
action="event.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR .series_id><TMPL_UNLESS new_event>&event_id=<TMPL_VAR .event_id></TMPL_UNLESS>"
action="broadcast.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR .series_id><TMPL_UNLESS new_event>&event_id=<TMPL_VAR .event_id></TMPL_UNLESS>"
>
<input type="hidden" name="project_id" value="<TMPL_VAR .project_id>">
<input type="hidden" name="studio_id" value="<TMPL_VAR .studio_id>">