|  ping
      
      
      II/IDEC networks  :: std.club :: INSTEAD клуб / Re: Легкость питона | Contacts :: Login | 
---
 tpl/mform.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tpl/mform.html b/tpl/mform.html
index 62243ce..b84a4ea 100644
--- a/tpl/mform.html
+++ b/tpl/mform.html
@@ -31,7 +31,7 @@
 <form class="form-horizontal" role="form" method="post" enctype="multipart/form-data" action="/a/savemsg/{{ea}}">
         <input type="hidden" name="repto" value="{{repto}}" />
         <input type="hidden" name="msgfrom" value="{{u.uname}}" />
-        <input type="hidden" name="msgto" value="{{rmsg.msgfrom if repto else 'All'}}" />
+        <input type="text" name="msgto" value="{{rmsg.msgfrom if repto else 'All'}}" class="form-control" id="msgtoInput" placeholder="Получатель">
         <input type="text" name="title" value="{{zubj}}" class="form-control" id="subjInput" placeholder="Тема сообщения">
         <textarea name="outtxt" class="form-control" style="height:300px" placeholder="Текст сообщения"></textarea>
 
-- 
2.1.4