mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Fixed typo. Resolved #157
This commit is contained in:
parent
3509bc877e
commit
d7b9198c6e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class dpasteAppConfig(AppConfig):
|
||||||
# HTML content injected in the About page
|
# HTML content injected in the About page
|
||||||
EXTRA_POST_ABOUT = ""
|
EXTRA_POST_ABOUT = ""
|
||||||
|
|
||||||
# HTML content injeted after the "New snippet" form
|
# HTML content injected after the "New snippet" form
|
||||||
EXTRA_POST_NEW = ""
|
EXTRA_POST_NEW = ""
|
||||||
|
|
||||||
# HTML content injected at the end of every form
|
# HTML content injected at the end of every form
|
||||||
|
|
Loading…
Reference in a new issue