diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-19 00:03:44 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-19 00:03:44 +0100 |
commit | b9e1fd3b6d19e9628137207dbbad782c1629bbca (patch) | |
tree | 157245ae516383646025f04815a9145fd428d911 /database | |
parent | a3f01580faf6caee4abcc8e682567b87380857b9 (diff) | |
download | khanindexer-b9e1fd3b6d19e9628137207dbbad782c1629bbca.tar.xz khanindexer-b9e1fd3b6d19e9628137207dbbad782c1629bbca.zip |
Translate one comments
Diffstat (limited to 'database')
-rw-r--r-- | database/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/models.py b/database/models.py index 213fb48..2a7c51f 100644 --- a/database/models.py +++ b/database/models.py @@ -17,7 +17,7 @@ class Page(Model): class Neodarznet(Page): """ - Page du site neodarz.net + Page of neodarz.net website """ pass |