removed static message div

This commit is contained in:
tracer 2022-10-30 16:02:03 +01:00
parent 6abe519a44
commit 3ff406d053
1 changed files with 0 additions and 6 deletions

View File

@ -5,12 +5,6 @@
<?php else: ?> <?php else: ?>
<br> <br>
<?php if ($message): ?>
<div class="info">
<?= $message ?>
</div>
<?php endif; ?>
<form method="POST"> <form method="POST">
<label for="nick">Username</label> <label for="nick">Username</label>
<input type="text" name="nick" id="nick"> <input type="text" name="nick" id="nick">