From 80af3a09df79f952ad1c4c1c9be97dfede7d8bba Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 7 Aug 2021 13:45:45 -0400 Subject: plan: fixed a little HTML bug --- app/planner/templates/planner/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/planner') diff --git a/app/planner/templates/planner/list.html b/app/planner/templates/planner/list.html index 64f0f57..f7417fe 100644 --- a/app/planner/templates/planner/list.html +++ b/app/planner/templates/planner/list.html @@ -6,14 +6,14 @@ {% for object in object_list %}
{{object.distance_from_previous|floatformat:"0"}} Miles
-

{{object.name}} edit

+

{{object.name}} edit

Arrive: {{object.date_arrive|date:"D"}} Afternoon, {{object.date_arrive|date:"M j, Y"}}
Depart: {{object.date_depart|date:"D"}} Morning, {{object.date_depart|date:"M j, Y"}}
{{object.notes_html|safe|urlize}}
    {% if object.has_water %}
  • water
  • {% endif %} {% if object.has_dump %}
  • dump
  • {% endif %} - {% if object.has_electric %}
  • electric
  • {% endif %} + {% if object.has_electric %}
  • electrict
  • {% endif %}
{% endfor %} {% endblock %} -- cgit v1.2.3-70-g09d2