aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Implement update events.devHarald Eilertsen2021-08-251-0/+1
|
* Fix typo and include js in index template.Harald Eilertsen2021-08-251-3/+4
|
* Refactor event templates and add edit form.Harald Eilertsen2021-08-254-44/+56
|
* Upgrade to use Rocket 0.5.0-rc.1Harald Eilertsen2021-08-249-1/+1
|
* Add stylesheet and js to to the index template.Harald Eilertsen2020-08-251-9/+32
| | | | This also obsoletes and removes the old index.html file.
* Add info about the event to the db and render landing page.Harald Eilertsen2020-08-252-0/+30
|
* 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
|
* Terminate li tags.Harald Eilertsen2020-08-232-1/+2
|
* Implement adding and listing films.Harald Eilertsen2020-08-232-0/+41
|
* Add link to create new rom in room list template.Harald Eilertsen2020-08-231-0/+3
|
* Implement adding rooms through the web ui.Harald Eilertsen2020-08-222-0/+20
|
* Use Tera templates to render pages.Harald Eilertsen2020-08-221-0/+13
|
* Remove templates and dep on askama no longer needed.Harald Eilertsen2019-03-042-49/+0
|
* Add basic stylesheet.Harald Eilertsen2019-03-031-0/+1
|
* Move basic page layout to base template.Harald Eilertsen2019-03-032-9/+31
|
* Add license.Harald Eilertsen2019-03-021-0/+17
|
* Use askama for templates.Harald Eilertsen2019-03-021-0/+9