feat: add 'Add a plant' button to top of plant list
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ba69a1b74a
commit
665d5196d1
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
{% extends "plants/base.html" %}
|
{% extends "plants/base.html" %}
|
||||||
{% block title %}Plants — BloomBase{% endblock %}
|
{% block title %}Plants — BloomBase{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="d-grid mb-3">
|
||||||
|
<a href="{% url 'plant_add' %}" class="btn btn-success">+ Add a plant</a>
|
||||||
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<input
|
<input
|
||||||
type="search"
|
type="search"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue