It includes the python and html features. Change-Id: Ic28d5462f35e2774e4de8058a131ca0d9d6972c3 Closes-Bug: #1591726
11 lines
197 B
HTML
11 lines
197 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}
|
|
{% trans "Create Protection Plan" %}
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include 'protectionplans/_create.html' %}
|
|
{% endblock %}
|