app updated to be served as a waitress backend service

This commit is contained in:
2026-01-23 23:26:00 +01:00
parent da487f3870
commit a8acb84081
15 changed files with 244 additions and 218 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
{% block content %}
<div class="splash-container">
<div class="splash">
<form class="pure-form pure-form-stacked" id="newFlower" action="{{ url_for('application') }}" method="post">
<form class="pure-form pure-form-stacked" id="newFlower" action="{{ url_for('flower_vase.application') }}" method="post">
<fieldset>
<div class="pure-control-group">
<input maxlength="70" size="50" id="organization" name="organization" type="text" value="{{ flower.organization }}" placeholder="Organization">