diff options
| author | Weitian LI <liweitianux@gmail.com> | 2014-04-29 09:11:52 +0800 |
|---|---|---|
| committer | Weitian LI <liweitianux@gmail.com> | 2014-04-29 09:11:52 +0800 |
| commit | 06de4844b239c6ab33cdee121d1df3070a18eb13 (patch) | |
| tree | 1d7d71e0c97495319e08cb14f16f21cdaa2a4678 /notice | |
| parent | a05186c6cbbd2fc434694d126cfdbe70e96be72b (diff) | |
| download | django-skaschool-06de4844b239c6ab33cdee121d1df3070a18eb13.tar.bz2 | |
* added 'Markdown' to requirements.txt
* updated zh_CN messages
* fixed a typo in 'my_markdown.py'
Diffstat (limited to 'notice')
| -rw-r--r-- | notice/templatetags/my_markdown.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notice/templatetags/my_markdown.py b/notice/templatetags/my_markdown.py index 6b25146..842f72f 100644 --- a/notice/templatetags/my_markdown.py +++ b/notice/templatetags/my_markdown.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ implement my own 'markdown' template tag |
