craton-dashboard/craton_dashboard/content/fleet_management/taskflows/templates/fleet.taskflows/index.html
Luis Daniel Castellanos 559e05b0e8 [WIP] Added code base for unit testing and code refactoring
Added code base to write unit tests and refactored the solution
code/structure, Also deleted files not needed for first version
2016-08-15 12:42:41 -05:00

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 %}