diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index 59839b8..cd71ca6 100644 --- a/app/modules/project/templates/project/inbox.html +++ b/app/modules/project/templates/project/inbox.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + {% endblock %} diff --git a/app/modules/project/templates/project/index.html b/app/modules/project/templates/project/index.html index 0255bcd..5c45313 100644 --- a/app/modules/project/templates/project/index.html +++ b/app/modules/project/templates/project/index.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + {% endblock %} @@ -156,11 +156,13 @@ {{ p.name }} - - 전체{{ p.total }} - 진행{{ p.open }} - 완료{{ p.done }} - + + +
+ 전체{{ p.total }} + 진행{{ p.open }} + 완료{{ p.done }}