cc9d36f1 by Gopal

Adding CSRF Token for HTML form submission

1 parent 8baa205f
......@@ -9,6 +9,9 @@
<form class="innerAll">
<!-- Code for flexydial securities purpose -->
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<!-- Code for flexydial securities purpose -->
<fieldset>
<div class="control-role">
<label class="col-md-4 control-label" for="rolename">RoleName</label>
......
......@@ -45,7 +45,9 @@
</div>
<form class="replyForm" method="post" action="" />
<!-- Code for flexydial securities purpose -->
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<!-- Code for flexydial securities purpose -->
<fieldset>
<textarea tabindex="3" class="input-xlarge span12" id="message" name="body" rows="12" placeholder="Click here to reply"></textarea>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!