sahara-dashboard/saharadashboard/templates/cluster_templates/upload_file.html

11 lines
328 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Upload Template" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Upload Template") %}
{% endblock page_header %}
{% block main %}
{% include 'cluster_templates/_upload_file.html' %}
{% endblock %}