Fix #24 - fixed typo

This commit is contained in:
Vojtěch Sajdl 2018-04-04 18:26:03 +02:00 committed by GitHub
parent 53229985f1
commit 416070ba5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Template::render_header(_("New user"), true); ?>
<h2>Add new user</h2>
</div>
<form action="<?php echo WEB_URL;?>/admin/?do=new-use&new=user" method="POST" class="form-horizontal">
<form action="<?php echo WEB_URL;?>/admin/?do=new-user&new=user" method="POST" class="form-horizontal">
<?php if (isset($message))
{?>
<p class="alert alert-danger"><?php echo $message?></p>
@ -51,4 +51,4 @@ Template::render_header(_("New user"), true); ?>
</div>
</div>
<button type="submit" class="btn btn-primary pull-right"><?php echo _("Submit");?></button>
</form>
</form>