We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29667f0 commit 453eed2Copy full SHA for 453eed2
requirements.txt
@@ -0,0 +1,4 @@
1
+django
2
+django-treebeard
3
+https://github.com/zodman/django-model-to-dict/archive/master.zip
4
+
tasks/templates/index.html
@@ -11,9 +11,14 @@
11
width:100%;
12
margin: 0 auto;
13
}
14
15
#gantt {
16
overflow:scroll;
17
18
+ .popup-wrapper .title, .popup-wrapper .subtitle {
19
+ color:white;
20
+ font-size:1rem;
21
+ }
22
</style>
23
</head>
24
<body>
0 commit comments