]> git.parisson.com Git - teleforma.git/commit
add news module
authorYoan Le Clanche <yoan@ellington.pilotsystems.net>
Fri, 1 Jun 2018 14:53:45 +0000 (16:53 +0200)
committerYoan Le Clanche <yoan@ellington.pilotsystems.net>
Fri, 1 Jun 2018 14:53:45 +0000 (16:53 +0200)
commit93cc0b4a8695311a1fc085cfe20ddb7d09f89836
tree1f1eaedf146eb7e47bd421e231d02d3fbe91c7da
parentbef60e555dbffc13437110fb8d8cd2ea20e18b59
add news module
16 files changed:
teleforma/admin.py
teleforma/forms.py
teleforma/migrations/0096_auto__add_newsitem.py [new file with mode: 0644]
teleforma/models/crfpa.py
teleforma/static/teleforma/css/teleforma.css
teleforma/static/teleforma/images/actus.png [new file with mode: 0644]
teleforma/static/teleforma/js/application.js
teleforma/templates/teleforma/course_detail.html
teleforma/templates/teleforma/inc/newsitem.html [new file with mode: 0644]
teleforma/templates/teleforma/inc/newsitems_portlet.html [new file with mode: 0644]
teleforma/templates/teleforma/newsitem_confirm_delete.html [new file with mode: 0644]
teleforma/templates/teleforma/newsitem_form.html [new file with mode: 0644]
teleforma/templates/teleforma/newsitem_list.html [new file with mode: 0644]
teleforma/templatetags/teleforma_tags.py
teleforma/urls.py
teleforma/views/crfpa.py