craton-dashboard/craton_dashboard/content/fleet_management/taskflows/templates/fleet.taskflows/index.html

15 lines
353 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Craton" %}{% endblock %}
{% block page_header %}{% endblock %}
{% block ng_route_base %}
<base href="{{ WEBROOT }}">
{% endblock %}
{% block main %}
<ng-include
src="'{{ STATIC_URL }}dashboard/project/fleet_management/taskflows/index.html'">
</ng-include>
{% endblock %}