Commit fc52a546 authored by Michal Čihař's avatar Michal Čihař

Backport fixes from bootstrap branch

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 44078c77
......@@ -3,4 +3,4 @@ imports:
- javascript
- python
filter:
excluded_paths: [docs/*, weblate/trans/south_migrations/*, weblate/accounts/south_migrations/*, weblate/lang/south_migrations/*]
excluded_paths: [weblate/media/js/jquery*, weblate/media/js/mousetrap*, weblate/media/bootstrap/js/*, weblate/html/js/*, docs/*, weblate/trans/south_migrations/*, weblate/accounts/south_migrations/*, weblate/lang/south_migrations/*]
......@@ -252,7 +252,7 @@ def generate_ssh_key(request):
],
stderr=subprocess.STDOUT,
)
messages.info(request, _('Created new SSH key.'))
messages.success(request, _('Created new SSH key.'))
except (subprocess.CalledProcessError, OSError) as exc:
messages.error(
request,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment