From ed182b29e1bcce9bda3cf75b38443d612275b1bf Mon Sep 17 00:00:00 2001 From: Ramin Farhadi Date: Wed, 13 Nov 2024 09:32:40 -0500 Subject: [PATCH] test --- templates/home.html | 78 ++++++++++++++++++++++++++++++++------------- 1 file changed, 56 insertions(+), 22 deletions(-) diff --git a/templates/home.html b/templates/home.html index e6bc94e..d7bc9b7 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,27 +1,41 @@ -{% extends 'front-end-base.html' %} {% load announcements %} -{% block meta_description %}Community info for UCF students, faculty, staff & alumni. Dont miss upcoming campus changes, volunteer opportunities, continuing education, workshops & more{% endblock %} -{% block content_header %} +{% extends 'front-end-base.html' %} {% load announcements %} {% block +meta_description %}Community info for UCF students, faculty, staff & alumni. +Dont miss upcoming campus changes, volunteer opportunities, continuing +education, workshops & more{% endblock %} {% block content_header %}
-

Announcements - test 20240821 - 1538

+

Announcements - test 20240821 - 1538 - testNov13

- {% for aud in audiences %} - {% if request.GET.audience %} - {% if request.GET.audience == aud.name %} - {{ aud.name }} - {% else %} - {{ aud.name }} - {% endif %} - {% else %} - {{ aud.name }} - {% endif %} - {% endfor %} + {% for aud in audiences %} {% if request.GET.audience %} {% if + request.GET.audience == aud.name %} + {{ aud.name }} + {% else %} + {{ aud.name }} + {% endif %} {% else %} + {{ aud.name }} + {% endif %} {% endfor %}
{% endblock %} {% block content_body %}
@@ -36,11 +50,17 @@

{{ item.title }}

{{ item.description|safe|truncatewords_html:25 }}

-
Audience:
+
Audience:
@@ -49,13 +69,25 @@

{{ item.title }}

Contact
{{ item.contact_name }}
Phone
-
{{ item.contact_phone }}
+
+ {{ item.contact_phone }} +
Email
-
{{ item.contact_email }}
+
+ {{ item.contact_email }} +
@@ -71,7 +103,9 @@

Ongoing Announcements