From f0d88d32b3736d348bb0d93d4db7910989caf8ce Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Fri, 10 Jan 2020 12:05:14 -0500 Subject: [PATCH] Fix centering on dashboard --- templates/dashboard.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index a97be65..e3f6d0f 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -4,7 +4,7 @@
-
+

Hi {{ name }}!

{% if waitlisted %}

You are waitlisted, if space opens up we ill let you know...

@@ -13,7 +13,8 @@ Let us know if you have any questions by sending them to hack@wpi.edu
Forgot to upload your resume while registering? No worries, submit it here: - +
+

If you'd like, add your resume to send to sponsors...

@@ -29,13 +30,14 @@ {% endif %}
- + +
{% if admin %} -
+
+

Admin Dashboard

{% endif %}
-