Files
heat-dashboard/heat_dashboard/content/stacks/templates/stacks/preview_details.html
Keiichi Hikita ce9ca6e62b move files.
2017-10-06 14:42:23 +09:00

8 lines
197 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Preview Stack Details" %}{% endblock %}
{% block main %}
{% include 'project/stacks/_preview_details.html' %}
{% endblock %}