| changeset 145 | 7c6fe1dab213 |
| parent 131 | f1854630734f |
| child 161 | 216b3f9582aa |
--- a/src/p4l/views.py Tue Oct 08 17:25:39 2013 +0200 +++ b/src/p4l/views.py Fri Oct 11 11:46:18 2013 +0200 @@ -52,7 +52,7 @@ 'filter': 'dataquery', 'root': 'datarootquery', 'childs': 'datachildsquery', - 'child-count': 'datachildcountquery' + 'child-count': 'datachildcountquery' } @@ -158,4 +158,5 @@ rec = get_object_or_404(Record, identifier=slug) rec.delete() return redirect('p4l_home') - \ No newline at end of file + +