diff --git a/src/Org/Views/Blogspot/Index.cshtml b/src/Org/Views/Blogspot/Index.cshtml
index 1ee0766f..5cb2dbc8 100644
--- a/src/Org/Views/Blogspot/Index.cshtml
+++ b/src/Org/Views/Blogspot/Index.cshtml
@@ -57,7 +57,7 @@
- @post.Content
+
@post.Article
@Html.DisplayFor(m => post.Author)
posté le @post.DateCreated.ToString("dddd d MMM yyyy à H:mm")
diff --git a/src/Org/Views/Blogspot/Title.cshtml b/src/Org/Views/Blogspot/Title.cshtml
index 6accccaf..f42ffed5 100644
--- a/src/Org/Views/Blogspot/Title.cshtml
+++ b/src/Org/Views/Blogspot/Title.cshtml
@@ -15,7 +15,7 @@
- @((item.Content?.Length > 256) ? item.Content.Substring(0, 256) + " ..." : item.Content)
+ @((item.Article?.Length > 256) ? item.Article.Substring(0, 256) + " ..." : item.Article)
(@item.Author.UserName ,
posté le @item.DateCreated.ToString("dddd d MMM yyyy à H:mm")
diff --git a/src/Org/Views/Blogspot/userposts.cshtml b/src/Org/Views/Blogspot/userposts.cshtml
index 98a94c10..9656a0d0 100644
--- a/src/Org/Views/Blogspot/userposts.cshtml
+++ b/src/Org/Views/Blogspot/userposts.cshtml
@@ -14,7 +14,7 @@
Author
|
- @Html.DisplayNameFor(model => model.Content)
+ @Html.DisplayNameFor(model => model.Article)
|
@Html.DisplayNameFor(model => model.DateModified)
@@ -37,7 +37,7 @@
@item.Author?.UserName
|
-
+
|
diff --git a/src/Org/Views/Comments/Create.cshtml b/src/Org/Views/Comments/Create.cshtml
index 4af03601..d2a379b8 100644
--- a/src/Org/Views/Comments/Create.cshtml
+++ b/src/Org/Views/Comments/Create.cshtml
@@ -12,10 +12,10 @@
|