From 317d7d1f0bc67a41aee498aacbd429adb125613a Mon Sep 17 00:00:00 2001 From: youngsukim-csusb <youngsu.kim@csusb.edu> Date: Thu, 16 Jun 2022 12:12:31 -0700 Subject: [PATCH] test login --- login.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/login.html b/login.html index d1d9006..c1a2508 100644 --- a/login.html +++ b/login.html @@ -17,7 +17,8 @@ {{ super() }} <h4> <p> - After the login icon. + After the login icon.<br> + <img src="https://www.csusb.edu/sites/default/files/image-0034-min.png" alt="csusb_idp_image" width="64" height="64"> </p> </h4> </div> @@ -31,7 +32,4 @@ height: 100%; } </style> -{% endblock %} -<!-- {% block login_terms %} -<img src="https://www.csusb.edu/sites/default/files/image-0034-min.png" alt="csusb_idp_image" width="128" height="128"> -{% endblock %} --> \ No newline at end of file +{% endblock %} \ No newline at end of file -- GitLab