mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix #1685 Fix path for report activity
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
<label for="NOBESTOF-input">{% trans "report:: questions sans reponses" %}</label>
|
||||
</div>
|
||||
<div>
|
||||
<input name="tbl" type="radio" value="SITEACTIVITY" data-action="{{ path('report_activity_questions_nobestof') }}" id="SITEACTIVITY-input" class="formsubmiter" />
|
||||
<input name="tbl" type="radio" value="SITEACTIVITY" data-action="{{ path('report_activity_instance_hours') }}" id="SITEACTIVITY-input" class="formsubmiter" />
|
||||
<label for="SITEACTIVITY-input">{% trans "report:: activite du site" %}</label>
|
||||
</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user