Remove useless form handler

This is handled by an ajax call to the API since a long time
master
Daniel Berteaud 10 years ago
parent 63bccc1cb8
commit 48cd3723ea
  1. 2
      templates/default/index.html.ep

@ -8,7 +8,7 @@
<h1 class="text-center">
<%=l 'CREATE_ROOM' %>
</h1>
<form id="createRoom" class="form-horizontal" action="<%= $self->get_url('/create') %>" method="post">
<form id="createRoom" class="form-horizontal">
<fieldset>
<div class="input-group input-group-lg">
<span class="input-group-addon hidden-xs">

Loading…
Cancel
Save