mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add Markdown support and better url tolerance for pages
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user