添加项目文件。
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@page
|
||||
@model RegistrationIsNotAllowedModel
|
||||
@{
|
||||
ViewData["Title"] = "";
|
||||
var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null.");
|
||||
}
|
||||
|
||||
<h3>
|
||||
Registration is not allowed
|
||||
</h3>
|
||||
|
||||
<p class="text-danger">Registration is not allowed.</p>
|
||||
Reference in New Issue
Block a user