summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/_fullscreen_workflow_base.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/_fullscreen_workflow_base.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/_fullscreen_workflow_base.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/_fullscreen_workflow_base.html b/tuskar_ui/infrastructure/templates/infrastructure/_fullscreen_workflow_base.html
deleted file mode 100644
index 35dc70e7..00000000
--- a/tuskar_ui/infrastructure/templates/infrastructure/_fullscreen_workflow_base.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends 'infrastructure/base.html' %}
-{% load i18n %}
-{% block title %}{% trans workflow.name %}{% endblock %}
-
-{% block page_header %}
- {% include "horizon/common/_page_header.html" with title=workflow.name %}
-{% endblock page_header %}
-
-{% block main %}
- {% include 'infrastructure/_fullscreen_workflow.html' %}
-{% endblock %}