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>Search Plants</h2>
<form method="POST">

View File

@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% extends 'core_ui/base.html' %}
{% block content %}
<h2>Search Results</h2>
{% if results %}

View File

@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% extends 'core_ui/base.html' %}
{% block content %}
<p>This page was replaced by AJAX functionality.</p>
{% endblock %}