diff options
-rw-r--r-- | juick-server/src/main/resources/templates/views/pm_sent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-server/src/main/resources/templates/views/pm_sent.html b/juick-server/src/main/resources/templates/views/pm_sent.html index 6859cec7..dcda64d8 100644 --- a/juick-server/src/main/resources/templates/views/pm_sent.html +++ b/juick-server/src/main/resources/templates/views/pm_sent.html @@ -1,6 +1,6 @@ {% extends "layouts/default" %} {% block content %} -<form id="pmmsg"> +<form class="pmmsg"> <div class="newpm"> <div class="newpm-to">To: <input type="text" name="uname" placeholder="username" value="{{ uname }}"/></div> <div class="newpm-body"><textarea name="body" rows="2"></textarea></div> |