diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/pm_sent.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/pm_sent.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html b/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html index cd1a4a94..48aaa7e1 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html +++ b/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html @@ -1,6 +1,5 @@ {% extends "layouts/content" %} {% block content %} -{% if not readonly %} <form action="/pm/send" method="POST" enctype="multipart/form-data"> <div class="newpm"> <div class="newpm-to">To: <input type="text" name="uname" placeholder="username" value="{{ uname }}"/></div> @@ -8,7 +7,6 @@ <div class="newpm-send"><input type="submit" value="OK"/></div> </div> </form> -{% endif %} {% if not msgs.isEmpty() %} <ul id="private-messages"> {% for msg in msgs %} |