mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-25 11:11:36 +00:00
formatting updates
This commit is contained in:
@@ -2,16 +2,7 @@
|
||||
{% block content %}
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<h3>
|
||||
Detailed View for
|
||||
<div class="btn-group">
|
||||
<a href="{{ url_for('detailed') }}?person=Sarah{% if plan_date %}&plan_date={{ plan_date.isoformat() }}{% endif %}"
|
||||
class="btn btn-sm {% if person == 'Sarah' %}btn-primary{% else %}btn-outline-primary{% endif %}">Sarah</a>
|
||||
<a href="{{ url_for('detailed') }}?person=Stuart{% if plan_date %}&plan_date={{ plan_date.isoformat() }}{% endif %}"
|
||||
class="btn btn-sm {% if person == 'Stuart' %}btn-primary{% else %}btn-outline-primary{% endif %}">Stuart</a>
|
||||
</div>
|
||||
</h3>
|
||||
|
||||
<h4 class="mb-0">{{ title }}</h4>
|
||||
<div id="daySelector">
|
||||
<form action="{{ url_for('detailed') }}" method="get" class="d-flex">
|
||||
<input type="hidden" name="person" value="{{ person }}">
|
||||
@@ -23,7 +14,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 text-end">
|
||||
<h4 class="mb-0">{{ title }}</h4>
|
||||
|
||||
<div class="dropdown mt-2">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="templateDropdown" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
View Template
|
||||
|
||||
Reference in New Issue
Block a user