Skip to content
Snippets Groups Projects
Verified Commit d51bb2df authored by MickGe's avatar MickGe :tiger2:
Browse files

Add contact us to approve profile

parent 32849b02
No related branches found
No related tags found
1 merge request!66Add contact us to approve profile
......@@ -42,7 +42,7 @@ def create(service_uuid, create_for=False, quick=False):
return flask.redirect(flask.url_for("account.home"))
# Managed services and bursting accounts require approval
if len(profiles) >= service.max_profiles or service.policy == models.Service.MANAGED:
flask.flash(_("Your profile creation requires approval"), "warning")
flask.flash(_("Your profile creation requires approval, please contact us!"), "warning")
status = models.Profile.REQUEST
# Initialize and validate the form before applying overrides
form = forms.ProfileForm()
......
......@@ -838,7 +838,7 @@ msgid "Your reached the maximum number of profiles"
msgstr ""
#: hiboo/profile/views.py:45
msgid "Your profile creation requires approval"
msgid "Your profile creation requires approval, please contact us!"
msgstr ""
#: hiboo/profile/views.py:62
......
......@@ -856,7 +856,7 @@ msgid "Your reached the maximum number of profiles"
msgstr ""
#: hiboo/profile/views.py:45
msgid "Your profile creation requires approval"
msgid "Your profile creation requires approval, please contact us!"
msgstr ""
#: hiboo/profile/views.py:62
......
......@@ -866,8 +866,8 @@ msgid "Your reached the maximum number of profiles"
msgstr "Vous avez atteint le nombre maximal de profils"
#: hiboo/profile/views.py:45
msgid "Your profile creation requires approval"
msgstr "La création de votre profil nécessite une approbation"
msgid "Your profile creation requires approval, please contact us!"
msgstr "La création de votre profil nécessite une approbation, veuillez nous contacter !"
#: hiboo/profile/views.py:62
msgid "A profile with that username exists already"
......
......@@ -852,7 +852,7 @@ msgid "Your reached the maximum number of profiles"
msgstr ""
#: hiboo/profile/views.py:45
msgid "Your profile creation requires approval"
msgid "Your profile creation requires approval, please contact us!"
msgstr ""
#: hiboo/profile/views.py:62
......
......@@ -836,7 +836,7 @@ msgid "Your reached the maximum number of profiles"
msgstr ""
#: hiboo/profile/views.py:45
msgid "Your profile creation requires approval"
msgid "Your profile creation requires approval, please contact us!"
msgstr ""
#: hiboo/profile/views.py:62
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment