diff options
Diffstat (limited to 'views/change_about.ejs')
-rw-r--r-- | views/change_about.ejs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/views/change_about.ejs b/views/change_about.ejs index c87fc55..cbea0c5 100644 --- a/views/change_about.ejs +++ b/views/change_about.ejs @@ -1,9 +1,11 @@ -<%- include('header', { title: "Change profile text" }) %> +<%- include('header', { title: "Change profile text" }) -%> <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> +<textarea name="about" rows="20" cols="80" maxlength="32000" autofocus> +<%= about %></textarea> <p> <button type="submit">Submit</button> </form> |