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