From 45d9f0c6abafafbf5b857e651ba8c574dd141a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 22 Sep 2020 10:00:42 +0300 Subject: [PATCH] Fix template error for the part-5 --- docs/en/Tutorials/Part-5.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/Tutorials/Part-5.md b/docs/en/Tutorials/Part-5.md index 74d2c25d70..815addd224 100644 --- a/docs/en/Tutorials/Part-5.md +++ b/docs/en/Tutorials/Part-5.md @@ -456,8 +456,6 @@ Open the `/src/app/book/book.component.html` file and replace the edit and delet * Added `abpPermission="BookStore.Books.Edit"` that hides the edit action if the current user has no editing permission. * Added `abpPermission="BookStore.Books.Delete"` that hides the delete action if the current user has no delete permission. -{{end}} - {{else if UI == "Blazor"}} ### Authorize the Razor Component