Add Markdown support and better url tolerance for pages

This commit is contained in:
Skia
2016-01-08 16:14:54 +01:00
parent b35483d2a9
commit 8ebd6c64a7
7 changed files with 65 additions and 12 deletions

View File

@ -13,7 +13,6 @@ def not_found(request):
return render(request, "core/404.html")
# TODO: see models.py's TODO!
class CanEditPropMixin(View):
"""
This view is made to protect any child view that would be showing some properties of an object that are restricted