]> git.parisson.com Git - mezzo.git/commit
Add login for blocks, add project block template with login option
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 3 Jan 2017 15:59:31 +0000 (16:59 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 3 Jan 2017 15:59:31 +0000 (16:59 +0100)
commit65b21e2291997e97e51412fb9cd9d5968a158b0f
treea10d06ec8844eb7fbc76da491a963889f8da8da3
parentcacc28939e020c05248d675064299d703a78a4a6
Add login for blocks, add project block template with login option
15 files changed:
app/organization/agenda/migrations/0021_eventblock_login_required.py [new file with mode: 0644]
app/organization/core/models.py
app/organization/core/views.py
app/organization/media/views.py
app/organization/network/migrations/0077_auto_20170103_1220.py [new file with mode: 0644]
app/organization/pages/migrations/0017_pageblock_login_required.py [new file with mode: 0644]
app/organization/projects/migrations/0035_projectblock_login_required.py [new file with mode: 0644]
app/organization/projects/migrations/0036_auto_20170103_1227.py [new file with mode: 0644]
app/organization/projects/models.py
app/organization/projects/translation.py
app/organization/projects/views.py
app/templates/accounts/account_login.html
app/templates/core/inc/block.html
app/templates/projects/inc/project_block.html [new file with mode: 0644]
app/templates/projects/project_detail.html