More files

This commit is contained in:
2025-05-24 03:23:15 -05:00
parent 558dcfe81e
commit 6de9729329
23 changed files with 338 additions and 272 deletions

View File

@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% extends 'core_ui/base.html' %}
{% block content %}
<h2>Add Log for Plant #{{ plant.id }}</h2>
<form method="POST">

View File

@ -1,5 +1,5 @@
{% import 'core_ui/_media_macros.html' as media %}
{% extends 'base.html' %}
{% extends 'core_ui/base.html' %}
{% block content %}
<h2>Logs for Plant #{{ plant.id }}</h2>
<a href="{{ url_for('growlog.add_log', plant_id=plant.id) }}">Add New Log</a>