From 8bdc2099c861989e01b04125fc731201a4d57224 Mon Sep 17 00:00:00 2001 From: Todd Morey Date: Tue, 25 Nov 2014 11:13:10 -0600 Subject: [PATCH] Added condition to check for being a non-foundaiton member. You are now told that "Your account credentials do not allow you to nominate candidates." and asked to try another account (if you have one) or contact us. --- .../templates/Layout/MemberListPage_profile.ss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/themes/openstack/templates/Layout/MemberListPage_profile.ss b/themes/openstack/templates/Layout/MemberListPage_profile.ss index cface84..fd9d311 100644 --- a/themes/openstack/templates/Layout/MemberListPage_profile.ss +++ b/themes/openstack/templates/Layout/MemberListPage_profile.ss @@ -163,13 +163,20 @@ -
+
<% if CurrentElection.NominationsAreOpen %>

Election

<% loop CurrentElection %>

Nominations are open for the $Title.

<% if CurrentMember %> -

Nominate $Top.Profile.FirstName

+ <% if CurrentMember.isFoundationMember %> +

Nominate $Top.Profile.FirstName

+ <% else %> +
+

Your account credentials do not allow you to nominate candidates.

+

If you have more than one account on this site, please log out and log back in with the credentials associated with your Foundation Membership

+

Have additional questions? Email secretary@openstack.org

+ <% end_if %> <% else %>

Log In To Nominate

<% end_if %>