From 2a05a7d86f4fd744a32f1f6c4d5575323067d69e Mon Sep 17 00:00:00 2001 From: Prathamesh Date: Tue, 2 Jan 2024 12:23:08 +0530 Subject: Add template changes --- website/cgen/templates/base.html | 4 ++-- website/cgen/templates/index.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/cgen/templates/base.html b/website/cgen/templates/base.html index 4e6bd11..edb4e75 100644 --- a/website/cgen/templates/base.html +++ b/website/cgen/templates/base.html @@ -67,8 +67,8 @@
-
-
+
+

{% block header %} {% endblock %}

{% block header_content %} {% endblock %}

diff --git a/website/cgen/templates/index.html b/website/cgen/templates/index.html index 5dfdbf7..134f021 100644 --- a/website/cgen/templates/index.html +++ b/website/cgen/templates/index.html @@ -60,7 +60,7 @@ {% endblock %} {% block header_content %} - Certificates for the following events and courses are available. + Certificates for the following events and courses are available. {% endblock %} {% block content %} @@ -68,8 +68,8 @@ {% for event in events %}
- Placeholder{{ event.name }} - +

{{ event.name }}

{% for certificate in event.certificate_set.all %} @@ -77,10 +77,10 @@

{{ certificate.description }}

- 9 Downloads + {% endfor %}
-- cgit