Bugfixes
+ delete categories + translations + style improvements
This commit is contained in:
parent
51c942746b
commit
a4486909df
14 changed files with 151 additions and 33 deletions
|
|
@ -9,7 +9,7 @@ from django.utils import timezone
|
|||
@login_required
|
||||
def add(request):
|
||||
if request.method == 'POST':
|
||||
form = ObjectForm(request.POST)
|
||||
form = ObjectForm(request.POST, request.FILES)
|
||||
|
||||
if form.is_valid():
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue