From 7cc9362fdf8a0324d109d0d0a144d480fabf8f5d Mon Sep 17 00:00:00 2001 From: Marvin Kweyu Date: Wed, 2 Mar 2022 11:21:45 +0300 Subject: [PATCH] chore: add project repo url to landing page --- classroom/templates/classroom/home.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/classroom/templates/classroom/home.html b/classroom/templates/classroom/home.html index 8b4621b..79535ec 100644 --- a/classroom/templates/classroom/home.html +++ b/classroom/templates/classroom/home.html @@ -2,7 +2,7 @@ {% block content %}
-

Welcome to the AssessMe Project !

+

Welcome to The AssessMe Project !

If you already have an account, go ahead and log in. Don't have an account? Create your student account or a What's this about? style="font-style: italic; padding-right: 20px;">student


-

Regards,
Marvin

+ +

Regards,
Marvin Kweyu

+

For the project source: The AssessMe Project

{% endblock %} \ No newline at end of file