Merge "Refactored the templates code"

This commit is contained in:
Jenkins
2013-05-22 08:49:52 +00:00
committed by Gerrit Code Review
29 changed files with 27 additions and 185 deletions

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