chore: remove underdeveloped comments

This commit is contained in:
Jef Roosens 2025-01-16 14:26:34 +01:00
parent 7b52b803c8
commit d0ecb9357a
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
11 changed files with 4 additions and 110 deletions

View file

@ -1,11 +1,7 @@
{% import "components/event.html" as comp_event %}
{% import "components/plant.html" as comp_plant %}
{% import "components/comment.html" as comp_comment %}
{{ comp_plant::info(plant=plant) }}
<h3>Events</h3>
{{ comp_event::list(events=events) }}
{{ comp_event::form(plant_id=plant.id) }}
<h3>Comments</h3>
{{ comp_comment::list(comments=comments) }}
{{ comp_comment::form(plant_id=plant.id) }}