Searched refs:LayerRecipesTable (Results 1 – 2 of 2) sorted by relevance
144 tables.LayerRecipesTable.as_view(template_name="generic-toastertable-page.html"),145 { 'table_name': tables.LayerRecipesTable.__name__.lower(),147 name=tables.LayerRecipesTable.__name__.lower()),
432 class LayerRecipesTable(RecipesTable): class436 super(LayerRecipesTable, self).__init__(*args, **kwargs)440 context = super(LayerRecipesTable, self).get_context_data(**kwargs)