adding license

This commit is contained in:
Chris Smith
2025-02-23 22:34:05 +01:00
parent 32017babae
commit 2b0ebe8948
9 changed files with 852 additions and 8 deletions

View File

@@ -44,6 +44,7 @@ $this->params['breadcrumbs'][] = $this->title;
</div>
<div class="form-group">
<?= Html::a('Signup', ['site/signup'], ['class' => 'btn btn-secondary']) ?>
<?= Html::submitButton('Login', ['class' => 'btn btn-primary', 'name' => 'login-button']) ?>
</div>