From d85d3b410c038322f155319a2fd5941d15b0e886 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 14 Sep 2024 21:24:02 -0400 Subject: fix: odds and ends --- templates/about/figure.html | 1 - templates/base.html | 4 ++-- templates/posts.html | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/about/figure.html b/templates/about/figure.html index 4a4c365..168aa4e 100644 --- a/templates/about/figure.html +++ b/templates/about/figure.html @@ -4,5 +4,4 @@ {{ tutor.get_name() }} -
{{ tutor.get_name() }}
diff --git a/templates/base.html b/templates/base.html index 79ba662..22e1dc0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,10 +31,10 @@ Reviews Team Policies + Posts Pricing Brochure - Posts - Offerings + Services logo diff --git a/templates/posts.html b/templates/posts.html index 0cb4cf1..052cd42 100644 --- a/templates/posts.html +++ b/templates/posts.html @@ -2,13 +2,13 @@ {% block main %}

{% for post in posts %} -

{{ post.get_title() }}

+

{{ post.get_title() }}

{% endfor %}

-- cgit v1.2.3