incomplete create_hosting_package view

- add staff user view create_hosting_package
- add hostingpackages.forms.CreateHostingPackageForm
- add hostingpackages.views.CreateHostingPackage
- add link for staff users on user_dashboard page
- add url pattern
- TODO: implement saving the hosting package, update docs
This commit is contained in:
Jan Dittberner 2015-01-20 00:51:05 +01:00
parent 9890248e80
commit 680f091cba
7 changed files with 117 additions and 4 deletions

View file

@ -0,0 +1 @@
{% extends "base.html" %}