1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-04-26 13:28:27 -04:00

OCD login page indenting

This commit is contained in:
Jake Jarvis 2013-05-19 16:36:57 -04:00
parent a5e15bb209
commit ee8e1f4562

View File

@ -209,11 +209,11 @@ if(isset($_POST['password'])) {
<div class="container">
<form class="form-signin" action="<?php echo $site_url ?>/login" method="POST">
<?php if($failure) { ?>
<?php if($failure) { ?>
<div class="alert alert-error">
<strong>Nope!</strong> Try again buddy.
</div>
<?php } ?>
<?php } ?>
<img src="<?php echo $site_url ?>/assets/img/paulblart.png">