mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-04-20 15:11:00 +00:00
Removed trailing whitespace.
This commit is contained in:
parent
fd82a6b1ab
commit
a3cc44c069
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class Command(NoArgsCommand):
|
|||
if f.endswith(extension) and not f.startswith(".")]:
|
||||
path = os.path.join(dirpath, f)
|
||||
name = path.split(templatedir)[1]
|
||||
if name.startswith('/'):
|
||||
if name.startswith('/'):
|
||||
name = name[1:]
|
||||
try:
|
||||
t = Template.on_site.get(name__exact=name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue