Added alternate view for Helpdesk v0.9.2
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 31 Jan 2013 13:33:56 +0000 (15:33 +0200)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 31 Jan 2013 13:33:56 +0000 (15:33 +0200)
commitc491c6f8dcabc3101192177ad81186e2e76cf7be
treec688bffb4881b61cda809d31172d3f186dd0a8fe
parent72f633309fb2c43390df76a4ec3915a676c126b7
Added alternate view for Helpdesk

Added view for Helpdesk with an "overview" perms attribute. This closes #2063,
closes #2046, closes #1898.
14 files changed:
README.txt
accounts/migrations/0001_initial.py [new file with mode: 0644]
accounts/migrations/0002_add_overview.py [new file with mode: 0644]
accounts/migrations/__init__.py [new file with mode: 0644]
accounts/models.py
flowspec/views.py
locale/el/LC_MESSAGES/django.mo
locale/el/LC_MESSAGES/django.po
templates/base.html
templates/footer.html
templates/overview/index.html [new file with mode: 0644]
templates/overview/login.html [new file with mode: 0644]
templates/welcome.html
urls.py.dist