Creation of a page instead of pop up for the content creation, update and suppression
Suppression of the "more option" bloc
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ldtplatform.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)