summaryrefslogtreecommitdiff
path: root/views/change_about.ejs
blob: 249f9be37174f028d7334bbd12d7a258a4c4d676 (plain)
1
2
3
4
5
6
7
8
9
<%- include('header', { title: "Change Profile" }) %>
<style>
textarea { width: 100%; max-width: 45em; }
</style>
<form action="/change_about" method="post">
<textarea name="about" rows="20" cols="80" maxlength="32000" autofocus><%= about %></textarea>
<p>
<button type="submit">Submit</button>
</form>