Changes between Version 4 and Version 5 of AjaxDojoFormSub


Ignore:
Timestamp:
Sep 17, 2006, 9:32:29 AM (18 years ago)
Author:
coulix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxDojoFormSub

    v4 v5  
    6464        if request.POST:
    6565                # Get all the mark for this recipe
    66                 # its not the best way i sould hava an oter entry or table, with total and nbr of marks for
    67                 # each recipe.
    6866                list_mark = Mark.objects.values('mark').filter(recipe__pk=r.id)
    6967                # loop to get the total
Back to Top