„threadr/profile/index.php“ ändern

master
Erik 2020-03-04 08:42:34 +01:00
parent 4cf5e7b51d
commit 99a3a149db
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $navbar = "profile";
<div class="item-2 form"> <div class="item-2 form">
<center><h1><?php echo " $username "; ?> </h1></center> <center><h1><?php echo " $username "; ?> </h1></center>
<form action="%CONTENT_DIR%/profile/" method="post"> <form action="%CONTENT_DIR%/profile/" method="post">
<input type="text" name="biography" maxlength="2000" placeholder="Describe yourself"/> <input type"submit" value="Edit Profile">
</form> </form>
</div> </div>
</div> </div>