Removed non-breaking spaces and remaining gettext in templates

This commit is contained in:
Eliot Berriot 2018-07-06 20:44:47 +02:00
parent 2a9ca0a282
commit 6e709cdcd8
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
15 changed files with 36 additions and 36 deletions

View file

@ -50,7 +50,7 @@ class Command(BaseCommand):
self.stdout.write(self.style.SUCCESS(name))
self.stdout.write("")
for line in script["help"].splitlines():
self.stdout.write("     {}".format(line))
self.stdout.write(" {}".format(line))
self.stdout.write("")
def get_scripts(self):