town6.views.allocation ====================== .. py:module:: town6.views.allocation Functions --------- .. autoapisummary:: town6.views.allocation.town_view_allocation_rules town6.views.allocation.town_handle_new_allocation town6.views.allocation.town_handle_edit_allocation town6.views.allocation.town_handle_allocation_rule town6.views.allocation.town_handle_edit_rule Module Contents --------------- .. py:function:: town_view_allocation_rules(self: onegov.reservation.Resource, request: onegov.town6.request.TownRequest) -> onegov.core.types.RenderData .. py:function:: town_handle_new_allocation(self: onegov.reservation.Resource, request: onegov.town6.request.TownRequest, form: onegov.org.views.allocation.AllocationForm) -> onegov.core.types.RenderData | webob.Response .. py:function:: town_handle_edit_allocation(self: onegov.reservation.Allocation, request: onegov.town6.request.TownRequest, form: onegov.org.views.allocation.AllocationEditForm) -> onegov.core.types.RenderData | webob.Response Handles edit allocation for differing form classes. .. py:function:: town_handle_allocation_rule(self: onegov.reservation.Resource, request: onegov.town6.request.TownRequest, form: onegov.org.forms.AllocationRuleForm) -> onegov.core.types.RenderData | webob.Response .. py:function:: town_handle_edit_rule(self: onegov.reservation.Resource, request: onegov.town6.request.TownRequest, form: onegov.org.forms.AllocationRuleForm) -> onegov.core.types.RenderData | webob.Response