Disable calendar repeat for now until we properly add it

This commit is contained in:
Marcus Hill
2024-11-02 10:50:30 +00:00
parent eb70aba430
commit d074ddad9f
2 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@
<input type="datetime-local" class="form-control" id="event_add_start" name="start" required onblur="updateIncrementEndTime()">
</div>
</div>
<div class="form-group">
<div class="input-group">
<div class="input-group-prepend">
@@ -86,7 +86,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-recycle"></i></span>
</div>
<select class="form-control select2" name="repeat">
<select class="form-control select2" name="repeat" disabled>
<option value="">Never</option>
<option>Day</option>
<option>Week</option>