summaryrefslogtreecommitdiff
path: root/views/change_about.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/change_about.ejs')
-rw-r--r--views/change_about.ejs11
1 files changed, 0 insertions, 11 deletions
diff --git a/views/change_about.ejs b/views/change_about.ejs
deleted file mode 100644
index cbea0c5..0000000
--- a/views/change_about.ejs
+++ /dev/null
@@ -1,11 +0,0 @@
-<%- 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>