fix app name
This commit is contained in:
parent
aa6b17bc51
commit
bc950268de
4 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ mod panel;
|
||||||
pub mod routes;
|
pub mod routes;
|
||||||
//mod sitemap;
|
//mod sitemap;
|
||||||
|
|
||||||
pub const NAME: &str = "Kaizen";
|
pub const NAME: &str = "mCaptcha Survey";
|
||||||
|
|
||||||
pub fn services(cfg: &mut ServiceConfig) {
|
pub fn services(cfg: &mut ServiceConfig) {
|
||||||
auth::services(cfg);
|
auth::services(cfg);
|
||||||
|
|
|
@ -37,7 +37,7 @@ pub mod assets {
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
pub static ref LOGO: Img = Img {
|
pub static ref LOGO: Img = Img {
|
||||||
path: FILES.get("./static/cache/img/logo.svg").unwrap(),
|
path: FILES.get("./static/cache/img/logo.svg").unwrap(),
|
||||||
name: "Kaizen logo"
|
name: "mCaptcha logo"
|
||||||
};
|
};
|
||||||
pub static ref TRASH: Img = Img {
|
pub static ref TRASH: Img = Img {
|
||||||
path: FILES.get("./static/cache/img/trash.svg").unwrap(),
|
path: FILES.get("./static/cache/img/trash.svg").unwrap(),
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
<div class="form__action-container">
|
<div class="form__action-container">
|
||||||
<a href="/forgot-password">Forgot password?</a>
|
<a href="/forgot-password">Forgot password?</a>
|
||||||
<button class="form__submit" type="submit">Login</button>
|
<button class="form__submit" type="submit">Join</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<p class="form__alt-action">
|
<p class="form__alt-action">
|
||||||
New to Kaizen?
|
New to mCaptcha Survey?
|
||||||
<a href="<.= crate::PAGES.auth.join .>">Create an account </a>
|
<a href="<.= crate::PAGES.auth.join .>">Create an account </a>
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Reference in a new issue