Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * implemented 'my_markdown' templatetag (requires python-markdown) | Weitian LI | 2014-04-29 | 1 | -1/+2 |
| | | | | | * updated 'list_notice.html' .notice-content with my_markdown tag * added help_text for notice/models.py/Notice contents field | ||||
* | * deleted 'Notice.publisher' field | Weitian LI | 2014-04-25 | 1 | -1/+1 |
| | | | | | * added 'blank=True' to 'NoticeAttachment.description' field * fixed attachment issue with 'list_notice.html' template | ||||
* | * update display attachments in list_notice template | Weitian LI | 2014-04-23 | 1 | -1/+1 |
| | | | | * removed 'get_attachment_list' method from Notice model | ||||
* | * implemented 'ListNoticeView' based on ListView | Weitian LI | 2014-04-23 | 1 | -0/+50 |
* added list_notice template, css, urls * updated models and admin of app notice * updated navbar.html |