diff --git a/app/main.py b/app/main.py index d27cebc..f2a237a 100644 --- a/app/main.py +++ b/app/main.py @@ -19,3 +19,9 @@ def index(): def dashboard(): """Dashboard Page""" return render_template('main/dashboard.jinja2') + + +@main_blueprint.route('/profile') +def profile(): + """Profile Page""" + return render_template('main/profile.jinja2') diff --git a/app/templates/base.jinja2 b/app/templates/base.jinja2 index 1c214b8..fa5570e 100644 --- a/app/templates/base.jinja2 +++ b/app/templates/base.jinja2 @@ -38,7 +38,10 @@ @@ -49,7 +52,7 @@ diff --git a/app/templates/main/dashboard.jinja2 b/app/templates/main/dashboard.jinja2 index 84a04cd..d18c0ea 100644 --- a/app/templates/main/dashboard.jinja2 +++ b/app/templates/main/dashboard.jinja2 @@ -4,7 +4,7 @@ {% block content_before %} -
First name:
Bully
@@ -40,29 +30,29 @@
netID:
bb123
+ Email:
+ bb123@msstate.edu
+
+ Phone:
+ 662-325-5555
+