From 34b93d56ad89065dd860c901efd2ecef58d8fe80 Mon Sep 17 00:00:00 2001 From: Eun Sung Wang <156254694+esw0624@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:07:41 +0000 Subject: [PATCH 01/16] testing for UI CE Minor --- app/templates/minor/profile.html | 123 ++++++++++++++++++++++++++++--- 1 file changed, 113 insertions(+), 10 deletions(-) diff --git a/app/templates/minor/profile.html b/app/templates/minor/profile.html index b727e2105..35a781b15 100644 --- a/app/templates/minor/profile.html +++ b/app/templates/minor/profile.html @@ -1,29 +1,48 @@ {%set title = "Student Minor Page"%} {% extends "base.html" %} - {% block scripts %} {{super()}} {% endblock %} - {% block styles %} {{super()}} {% endblock %} - {% block app_content %}

{{user.firstName}} {{user.lastName}}'s CCE Minor Profile

-
+
+