Revision 787465e8
Added by Frédéric Péters about 13 years ago
extra/modules/strongbox_ui.ptl | ||
---|---|---|
29 | 29 |
|
30 | 30 |
if form.get_submit() == 'edit': |
31 | 31 |
return redirect('edit') |
32 |
if form.get_submit() == 'update':
|
|
33 |
return redirect('update')
|
|
32 |
if form.get_submit() == 'delete':
|
|
33 |
return redirect('delete')
|
|
34 | 34 |
if form.get_submit() == 'back': |
35 | 35 |
return redirect('..') |
36 | 36 |
|
Also available in: Unified diff
fix deletion of strongbox item types