pages use const routes

This commit is contained in:
realaravinth
2021-05-02 18:11:56 +05:30
parent 0829ee1c74
commit 9d6b27a95b
15 changed files with 119 additions and 81 deletions

View File

@@ -37,7 +37,7 @@
<div class="form__secondary-action">
<p class="form__secondary-action__banner">
New to mCaptcha?
<a href="/join" class="form__secondary-action__link"
<a href="<.= crate::PAGES.auth.join .>" class="form__secondary-action__link"
>Create account</a
>
</p>