Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add stylesheet and js to to the index template. | Harald Eilertsen | 2020-08-25 | 1 | -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 Eilertsen | 2020-08-25 | 2 | -0/+30 |
| | |||||
* | Implement edit screenings in web ui. | Harald Eilertsen | 2020-08-23 | 2 | -0/+40 |
| | |||||
* | Use <time> elements in the screenings template. | Harald Eilertsen | 2020-08-23 | 1 | -1/+6 |
| | |||||
* | Store timestamps in UTC. | Harald Eilertsen | 2020-08-23 | 1 | -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 Eilertsen | 2020-08-23 | 2 | -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 Eilertsen | 2020-08-23 | 1 | -3/+15 |
| | |||||
* | Implement adding screenings in the web ui. | Harald Eilertsen | 2020-08-23 | 2 | -0/+58 |
| | |||||
* | Terminate li tags. | Harald Eilertsen | 2020-08-23 | 2 | -1/+2 |
| | |||||
* | Implement adding and listing films. | Harald Eilertsen | 2020-08-23 | 2 | -0/+41 |
| | |||||
* | Add link to create new rom in room list template. | Harald Eilertsen | 2020-08-23 | 1 | -0/+3 |
| | |||||
* | Implement adding rooms through the web ui. | Harald Eilertsen | 2020-08-22 | 2 | -0/+20 |
| | |||||
* | Use Tera templates to render pages. | Harald Eilertsen | 2020-08-22 | 1 | -0/+13 |
| | |||||
* | Remove templates and dep on askama no longer needed. | Harald Eilertsen | 2019-03-04 | 2 | -49/+0 |
| | |||||
* | Add basic stylesheet. | Harald Eilertsen | 2019-03-03 | 1 | -0/+1 |
| | |||||
* | Move basic page layout to base template. | Harald Eilertsen | 2019-03-03 | 2 | -9/+31 |
| | |||||
* | Add license. | Harald Eilertsen | 2019-03-02 | 1 | -0/+17 |
| | |||||
* | Use askama for templates. | Harald Eilertsen | 2019-03-02 | 1 | -0/+9 |