diff --git a/static/CSS/Manage_Coworking_Spaces.css b/static/CSS/Manage_Coworking_Spaces.css index 35a5c0903f637a86e27e34a7b220dcdd3c3ebf9c..ec63a924db40d6c8803af1687a3d011d2410288c 100644 --- a/static/CSS/Manage_Coworking_Spaces.css +++ b/static/CSS/Manage_Coworking_Spaces.css @@ -53,6 +53,7 @@ a { header #pageHeader div #headerDiv + a #headerText #headerImg nav #headerNav .navBar ul .Right, ul .Left li a diff --git a/templates/Manage_Coworking_Spaces.html b/templates/Manage_Coworking_Spaces.html index 937603bb1246877ff28c5b9c03b3aac999708399..4787b82564fe77078367f733eb3aac27c2fda7fa 100644 --- a/templates/Manage_Coworking_Spaces.html +++ b/templates/Manage_Coworking_Spaces.html @@ -5,7 +5,7 @@ {%endblock%} {%block headerblock%} - <a id="headerText" class="headerText" + <a id="headerText" href="Manage_Coworking_Spaces"> Manage Coworking Spaces</a> {%endblock%}