Skip to content
Snippets Groups Projects
Commit 454b0cc5 authored by V Harish Ragavendher's avatar V Harish Ragavendher
Browse files

Merge branch 'push' into 'master'

bug persists with login_page and signup trying to resolve

See merge request !5
parents 0a44562e 9382801e
No related branches found
No related tags found
1 merge request!5bug persists with login_page and signup trying to resolve
Pipeline #3622 passed
......@@ -20,7 +20,7 @@ if($login) {
<?print($email)?> hope you're doing good
</p>
<p>You can <a
href="<?=get_config("base_path")?>App/index.php">Continue</a>
href="<?php get_config("base_path")?>App/index.php">Continue</a>
by clicking</p>
</p>
</div>
......@@ -33,7 +33,7 @@ if($login) {
<h1 class="text-body-emphasis">Oops incorrect username or password</h1>
<p class="col-lg-8 mx-auto lead">
<p>please<a
href="<?=get_config("base_path")?>App/login_page.php">tryagain</a>
href="<?php get_config("base_path")?>App/login_page.php">tryagain</a>
by clicking</p>
</p>
</div>
......@@ -43,9 +43,7 @@ if($login) {
} else {?>
<main class="form-signin w-100 m-auto">
<form method="post" action="login_page.php">
<img class="mb-4"
src="<?=get_config("base_path")?>App/assets/logo.png"
alt="poke img" width="300" height="150">
<img class="mb-4" src="<?php get_config("base_path")?>App/assets/logo.png" alt="poke img" width="300" height="150">
<h1 class="h3 mb-3 fw-normal">Please sign in</h1>
<div class="form-floating">
......
......@@ -19,8 +19,7 @@ include 'libs/load.php';
<script src="https://code.jquery.com/jquery-3.6.1.js"
integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=" crossorigin="anonymous"></script>
<script
src="<?=get_config("base_path")?>App/assets/dist/js/bootstrap.bundle.min.js">
<script src="<?php get_config("base_path")?>App/assets/dist/js/bootstrap.bundle.min.js">
</script>
<script>
......
......@@ -19,8 +19,7 @@ include 'libs/load.php';
<?php load_template('__footer');?>
<script
src="<?=get_config("base_path")?>App/assets/dist/js/bootstrap.bundle.min.js">
<script src="<?php get_config("base_path")?>App/assets/dist/js/bootstrap.bundle.min.js">
</script>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment