Files
ihrm/project/templates/cbv/projects/project_nav.html
2025-02-14 10:01:48 +05:30

9 lines
229 B
HTML

{% load i18n %}
<div id="stage-container">
{% include "generic/horilla_nav.html" %}
</div>
<script>
$('#applyFilter').closest('form').find('[name=is_active]').val('true');
$('#applyFilter').click();
</script>