Files
karbor-dashboard/smaug_dashboard/templates/protectionplans/create.html
zhangshuai e7e79b2865 create protection plan basic function
It includes the python and html features.

Change-Id: Ic28d5462f35e2774e4de8058a131ca0d9d6972c3
Closes-Bug: #1591726
2016-07-01 10:11:05 +08:00

11 lines
197 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}
{% trans "Create Protection Plan" %}
{% endblock %}
{% block main %}
{% include 'protectionplans/_create.html' %}
{% endblock %}