Commit 288fedef authored by impfundev's avatar impfundev

clear cache from git

parent bd8eb53d
......@@ -2,8 +2,8 @@
*.log
*.pot
*.pyc
__pycache__
db.sqlite3
**/__pycache__/**
*.sqlite3
media
# Backup files #
......
......@@ -40,7 +40,7 @@ def update(request, id):
context["form"] = form
context["book_id"] = id
return render(request, "update_form.html", context)
return render(request, "book_update_form.html", context)
def delete(request, id):
......
File deleted
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment