aboutsummaryrefslogtreecommitdiffstats
path: root/notice/templates
Commit message (Collapse)AuthorAgeFilesLines
* * implemented 'my_markdown' templatetag (requires python-markdown)Weitian LI2014-04-291-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' fieldWeitian LI2014-04-251-1/+1
| | | | | * added 'blank=True' to 'NoticeAttachment.description' field * fixed attachment issue with 'list_notice.html' template
* * update display attachments in list_notice templateWeitian LI2014-04-231-1/+1
| | | | * removed 'get_attachment_list' method from Notice model
* * implemented 'ListNoticeView' based on ListViewWeitian LI2014-04-231-0/+50
* added list_notice template, css, urls * updated models and admin of app notice * updated navbar.html