mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
Fix typo in setup
This commit is contained in:
parent
8ebd6c64a7
commit
f5b07887a5
@ -38,7 +38,7 @@ class Command(BaseCommand):
|
||||
is_superuser=False, is_staff=False)
|
||||
u.set_password("plop")
|
||||
u.save()
|
||||
p = Page(name='aide_syntaxe')
|
||||
p = Page(name='Aide_sur_la_syntaxe')
|
||||
p.set_lock(s)
|
||||
p.save()
|
||||
PageRev(page=p, title="Aide sur la syntaxe", author=s, content="""
|
||||
|
Loading…
Reference in New Issue
Block a user