diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:29:43 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:29:43 +0300 |
| commit | 53921ccea49bd8a7840d5bbc71c57c8691ed92bf (patch) | |
| tree | d5a867425bd4f97fc86d6d51119bd4da2a0f3c1f /ExamTemplate/Web/Views/Home/Privacy.cshtml | |
| parent | 9000f940c89e1cfa35f959f2aefd7b748eddc1ce (diff) | |
| download | it-kariera-exam-template-53921ccea49bd8a7840d5bbc71c57c8691ed92bf.tar it-kariera-exam-template-53921ccea49bd8a7840d5bbc71c57c8691ed92bf.tar.gz it-kariera-exam-template-53921ccea49bd8a7840d5bbc71c57c8691ed92bf.zip | |
Removed unnecessary usings, space identation got updated to tab identation and added authentication in Startup.cs
Diffstat (limited to 'ExamTemplate/Web/Views/Home/Privacy.cshtml')
| -rw-r--r-- | ExamTemplate/Web/Views/Home/Privacy.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExamTemplate/Web/Views/Home/Privacy.cshtml b/ExamTemplate/Web/Views/Home/Privacy.cshtml index a850e76..da6d969 100644 --- a/ExamTemplate/Web/Views/Home/Privacy.cshtml +++ b/ExamTemplate/Web/Views/Home/Privacy.cshtml @@ -1,5 +1,5 @@ @{
- ViewData["Title"] = "Privacy Policy";
+ ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
|
