Fix CSRF Token in Latency tab (#11703)

This commit is contained in:
Daniel Preussker
2020-05-26 18:15:03 +02:00
committed by GitHub
parent 14193253fe
commit 051d06f5d6

View File

@@ -55,10 +55,10 @@
@endif
<div class="panel panel-default">
<div class="panel-heading">
@csrf
<span class="panel-title" style="line-height: 34px">@lang('Performance')</span>
<span class="pull-right">
<form method="post" role="form" id="map" class="form-inline">
@csrf
<div class="form-group">
<label for="dtpickerfrom">@lang('From')</label>
<input type="text" class="form-control" id="dtpickerfrom" name="dtpickerfrom" maxlength="16"