aboutsummaryrefslogtreecommitdiffstats
path: root/templates/screening
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to use Rocket 0.5.0-rc.1Harald Eilertsen2021-08-243-0/+0
|
* Implement edit screenings in web ui.Harald Eilertsen2020-08-232-0/+40
|
* Use <time> elements in the screenings template.Harald Eilertsen2020-08-231-1/+6
|
* Store timestamps in UTC.Harald Eilertsen2020-08-231-2/+5
| | | | | | | | | For now we just hardcode that the local timezone of the site is UTC+2. Good enough for now, but something that should be configurable. Also split the date and time entries in the form again, the date refers to the start date. If the end time is before the start time, we assume it's the day after. Again, good enough for now.
* Change start/end times to complete timestamps.Harald Eilertsen2020-08-232-7/+4
| | | | | | | The way we had this until now with a date and separate start and end times does not really work. There are cases when a screening starts on one day, but ends on the next. By keeping a complete timestamp for both the start and end times, we don't fall into this problem.
* Implement deleting screenings from web ui.Harald Eilertsen2020-08-231-3/+15
|
* Implement adding screenings in the web ui.Harald Eilertsen2020-08-232-0/+58