jakobsn 6 år sedan
förälder
incheckning
041a4f3365
2 ändrade filer med 1 tillägg och 2 borttagningar
  1. +1
    -1
      src/app/static/stylesheet.css
  2. +0
    -1
      src/app/templates/project.html

+ 1
- 1
src/app/static/stylesheet.css Visa fil

@@ -34,7 +34,7 @@ body {
margin: auto;
}

h1, h3 {
h1, h2, h3 {
margin: auto;
}



+ 0
- 1
src/app/templates/project.html Visa fil

@@ -49,7 +49,6 @@ $def with (nav, project_form, project, tasks, permissions, categories)
</form>
</li>
</ul>

$else:
<p>You do not have permissions to view this project</p>
</body>

Laddar…
Avbryt
Spara