diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 7c10d38..3e1f02f 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -35,6 +35,8 @@ + @if (Model.posting != null) + {
@@ -51,8 +53,7 @@
- @if (Model.posting != null) - { + @if (Model.posting.DateDue < new DateTime()) {