mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 22:28:26 +02:00
Removed non-breaking spaces and remaining gettext in templates
This commit is contained in:
parent
2a9ca0a282
commit
6e709cdcd8
15 changed files with 36 additions and 36 deletions
|
@ -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):
|
||||
|
|
|
@ -13,7 +13,7 @@ from . import exceptions, utils
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# the request Date should be between now - 30s and now + 30s
|
||||
# the request Date should be between now - 30s and now + 30s
|
||||
DATE_HEADER_VALID_FOR = 30
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue