gestioncof.views.registration
was using an event
variable that was
not properly defined. Due to a semantics oddity of python2, the value
used was from a previous and (somewhat) unrelated list comprehension.
Related to #52 (closed).
gestioncof.views.registration
was using an event
variable that was
not properly defined. Due to a semantics oddity of python2, the value
used was from a previous and (somewhat) unrelated list comprehension.
Related to #52 (closed).