mirror of
https://github.com/wassname/talk.git
synced 2026-08-07 11:29:44 +08:00
Merge pull request #1377 from coralproject/template-fixes
Template bugs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<title>Email Verification</title>
|
||||
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
|
||||
<link rel="stylesheet" href="<%= BASE_PATH %>public/css/admin.css">
|
||||
<%- include partials/head %>
|
||||
<%- include ../partials/head %>
|
||||
</head>
|
||||
<body class="confirm-email-page">
|
||||
<div id="root">
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
<%- include partials/head %>
|
||||
<%- include ../partials/head %>
|
||||
</head>
|
||||
<body class="docs-page">
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Password Reset</title>
|
||||
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
|
||||
<link rel="stylesheet" href="<%= BASE_PATH %>public/css/admin.css">
|
||||
<%- include partials/head %>
|
||||
<%- include ../partials/head %>
|
||||
</head>
|
||||
<body class="password-reset-page">
|
||||
<div id="root">
|
||||
|
||||
Reference in New Issue
Block a user