File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/django_project/web/templates/web/partials Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11{% for event in events %}
22< div class ="card scroll-card shadow ">
33 < div class ="card-body d-flex flex-column ">
4- < div class ="text-secondary text-start mb-3 "> {{ event.start_date_time }}</ div >
5- < h4 class ="card-title fw-bold mb-3 "> {{ event.name }}</ h4 >
4+ < h4 class ="card-title fw-bold text-primary mb-3 "> {{ event.name }}</ h4 >
65 < p class ="card-text mb-4 ">
76 {{ event.description|truncatechars:250 }}
87 </ p >
98 < div class ="mt-auto ">
109 < p class ="text-secondary "> < i class ="fa-regular fa-clock me-2 "> </ i >
1110 {{ event.start_date_time|date:"F j, Y, g:i a" }} - {{ event.end_date_time|date:"g:i a" }}</ p >
1211 </ p >
13- < p class ="text-secondary "> < i class ="fa-solid fa-location-dot me-2 "> </ i > {{ event.location }}</ p >
12+ < p class ="text-secondary "> < i class ="fa-solid fa-location-dot me-3 "> </ i > {{ event.location }}</ p >
1413 < a href ="{{ event.url }} " target ="_blank " class ="mt-2 btn btn-primary w-100 "> RSVP Now</ a >
1514 </ div >
1615 </ div >
You can’t perform that action at this time.
0 commit comments