diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..a1a03c9 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,22 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "python", + "request": "launch", + "name": "Pserve", + "python": "C:/pyramid10/Scripts/python.exe", + "program": "/pyramid10/Scripts/pserve.exe", + "args": [ + "-v", + "development.ini", + "--reload" + ], + "console": "integratedTerminal", + "pyramid": true, + } + ] +} \ No newline at end of file diff --git a/caotek_mesavoirs/templates/contents/doc_edit.pt b/caotek_mesavoirs/templates/contents/doc_edit.pt index 45e1ee8..79223a5 100644 --- a/caotek_mesavoirs/templates/contents/doc_edit.pt +++ b/caotek_mesavoirs/templates/contents/doc_edit.pt @@ -24,16 +24,6 @@ -
| ${ligne.intitule} | -${ligne.tag1} | -${ligne.cree_le.strftime("%d-%m-%Y")} | -${ligne.modif_le.strftime("%d-%m-%Y")} | -
| Titre | +Tags | +Date | ++ |
|---|
Aucun document ne correspond à la recherche
+