Fix spacing link nelle pagine di autenticazione
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<br>
|
<br>
|
||||||
<input type="submit" value="Accedi">
|
<input type="submit" value="Accedi">
|
||||||
|
<br><br>
|
||||||
<p>Non hai un account? <a href="register.php">Registrati</a></p>
|
<p>Non hai un account? <a href="register.php">Registrati</a></p>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -49,6 +49,7 @@
|
|||||||
<label for="confirm_password">Conferma password:</label>
|
<label for="confirm_password">Conferma password:</label>
|
||||||
<input type="password" id="confirm_password" name="confirm_password" required><br><br>
|
<input type="password" id="confirm_password" name="confirm_password" required><br><br>
|
||||||
<input type="submit" value="Registrati">
|
<input type="submit" value="Registrati">
|
||||||
|
<br><br>
|
||||||
<p>Hai già un account? <a href="login.php">Accedi</a></p>
|
<p>Hai già un account? <a href="login.php">Accedi</a></p>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user