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 %>