Remove class="zephyr" on new message form

This isn't used by our CSS or Javascript, and we're trying to get rid of the
"zephyr" name.

(imported from commit c3cae24168088eef2bb64944d9a1bd1d8be4b59d)
This commit is contained in:
Keegan McAllister 2012-10-29 21:29:05 -04:00
parent 04b6ea1e5b
commit cce370c7b3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<div class="close composebox-close" onclick="compose.cancel()">&times;</div>
<div class="message_comp">
<div class="alert" id="send-status"></div>
<form action="/json/send_message/" method="post" class="zephyr">
<form action="/json/send_message/" method="post">
<input type="hidden" name="type" value="stream" id="new_message_type"/>
<input type="hidden" name="client" value="website" id="client_name"/>
{% csrf_token %}