User is unable to update the Protection Plan from the dashboard - updating name, status, resources and parameters. Change-Id: I5dfcc9507689a27d1a6bfdc9ca8f9f4711ba797a Closes-Bug: #1643338
11 lines
197 B
HTML
11 lines
197 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}
|
|
{% trans "Update Protection Plan" %}
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include 'protectionplans/_update.html' %}
|
|
{% endblock %}
|