David Winterbottom
ba59c01467
Add email dashboard
This allows admins to:
* Preview emails in the dashboard
* Send preview emails
* Save emails
Fixes #359
13 years ago
David Winterbottom
50f389367d
Added a few more translation fns
13 years ago
David Winterbottom
3ef1575ec3
Tweaked new staff decorator to make tests pass
13 years ago
Sebastian Vetter
5bf905b23f
added redirect to staff_member_required decorator
Trying to access the dashboard index page directly used to
redirect the user that are not logged in to the '/admin/'
login page instead of the Oscar login.
I implemented a new decorator ``staff_member_required`` that is
based on the one provided in ``django.contrib.admin`` and the
``redirect_to_login`` decorator in ``dango.contrib.auth``. It
redirects the user to the '/accounts/login/' page an uses the
``next`` GET parameter to redirect the user back to the
dashboard index page after successful redirect.
13 years ago
David Winterbottom
87fd5c64c5
Voucher dashboard now in place.
Features:
* Basic crud
* Stats view
13 years ago
Sebastian Vetter
42c3458f68
added review overview page to dashboard
13 years ago
David Winterbottom
30134677a9
Created new app for ranges
13 years ago
David Winterbottom
f4daa0e107
First stage of offers dashboard complete
13 years ago
Sebastian Vetter
5e3264e91e
started new project to create flatpages in dashboard
13 years ago
David Winterbottom
5bf851d8c1
Added dynamic dashboard nav.
Use the fns in app.dashboard.nav to edit
13 years ago
David Winterbottom
79e134e95a
Added basic list view for catalogue management
13 years ago
David Winterbottom
46cdbd3045
Added first view of promotions dashboard app
13 years ago
Eleni Lixourioti
689de3e878
dashboard additions for userer management
13 years ago
David Winterbottom
4007c9748d
Moved orders app into sub-folder of dashboard
13 years ago
David Winterbottom
1b8117b4fe
Moved reporting app into dashboard
13 years ago
David Winterbottom
70e93724c4
Added order detail page with line batch actions
13 years ago
David Winterbottom
02f928f1dc
First version of orders dashboard now working
13 years ago
David Winterbottom
30d66348f6
Added first part of dashboard app - just an index view at the moment
13 years ago