diff -r 8c32ea1310de -r 7c6fe1dab213 src/p4l/views.py --- 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 + +