mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
commit merge from Patralos/recipes
This commit is contained in:
@@ -107,12 +107,3 @@ def export_recipe(request):
|
||||
|
||||
return render(request, 'export.html', {'form': form})
|
||||
|
||||
|
||||
@group_required('user')
|
||||
def import_json(request):
|
||||
if request.method == "POST":
|
||||
return True
|
||||
else:
|
||||
pass
|
||||
|
||||
return render(request, 'import_json.html')
|
||||
|
||||
Reference in New Issue
Block a user