diff --git a/pytition/petition/templates/layouts/nav-useractions.html b/pytition/petition/templates/layouts/nav-useractions.html index 836f1c4f..33be501b 100644 --- a/pytition/petition/templates/layouts/nav-useractions.html +++ b/pytition/petition/templates/layouts/nav-useractions.html @@ -26,10 +26,12 @@ {% trans "New Petition" %} + {% if not settings.RESTRICT_ORG_CREATION or perms.petition.add_organization %} {% trans "New Organization" %} + {% endif %}
diff --git a/pytition/petition/templates/petition/account_settings.html b/pytition/petition/templates/petition/account_settings.html index ab6b84ed..0eddb95e 100644 --- a/pytition/petition/templates/petition/account_settings.html +++ b/pytition/petition/templates/petition/account_settings.html @@ -71,9 +71,11 @@