Editor povezava na db
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@model ZpcBulletinBoard.Pages.User.LoginModel
|
||||
@{
|
||||
ViewData["Title"] = "Prijava";
|
||||
Layout = "~/Pages/Shared/_Layout.cshtml";
|
||||
Layout = "~/Pages/Shared/_LayoutBlank.cshtml";
|
||||
}
|
||||
|
||||
@section Styles {
|
||||
@@ -24,10 +24,10 @@
|
||||
<div class="ui-bg-overlay bg-dark opacity-50"></div>
|
||||
<div class="w-100 text-white px-5">
|
||||
<h1 class="display-2 font-weight-bolder mb-4">
|
||||
EveryThing
|
||||
ZPC
|
||||
</h1>
|
||||
<div class="text-large font-weight-light">
|
||||
Oblačna aplikacija
|
||||
Bulletin board
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -64,10 +64,6 @@
|
||||
<button type="submit" class="btn btn-primary">Prijava</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="text-center text-muted">
|
||||
Ste pozabili geslo? <a href="javascript:void(0)">Kliknite tukaj za ponastavitev</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user