Merge "Refactored the templates code"
This commit is contained in:
11
horizon/templates/horizon/common/_workflow_base.html
Normal file
11
horizon/templates/horizon/common/_workflow_base.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends '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 'horizon/common/_workflow.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user