+
{{commentLength}}
{{work 'name'}}
@@ -263,7 +262,5 @@
-
+ {{user}}
\ No newline at end of file
diff --git a/hourglass/client/main/main.js b/hourglass/client/main/main.js
index 11f7112..f7045af 100644
--- a/hourglass/client/main/main.js
+++ b/hourglass/client/main/main.js
@@ -50,7 +50,7 @@ Session.set("classDispHover", null); // Stores current hovered filter.
Session.set("refetchEvents", null); // Stores whether to get calendar events again.
Session.set("commentRestrict", ""); // Stores text for comment character restriction.
-Template.registerHelper('user', () => {
+Template.registerHelper('userProfile', () => {
if(Meteor.user() === undefined || Meteor.user() === null) return;
Session.set("user", Meteor.user().profile);
return;
diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css
index 71f81b9..8122b60 100644
--- a/hourglass/client/profile/profile.css
+++ b/hourglass/client/profile/profile.css
@@ -161,7 +161,6 @@
#cardColRight {
width: 60%;
float: right;
- text-align: right;
}
.card {
diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html
index 3afd32b..075b52e 100644
--- a/hourglass/client/profile/profile.html
+++ b/hourglass/client/profile/profile.html
@@ -1,5 +1,5 @@
- Main Page
+ Main Page
Logout