
Partially implements blueprint mistral-dashboard-crud-operations Change-Id: I11241c2c5b8dd3e0f1115cf8bd7df160b7437f82
8 lines
181 B
HTML
8 lines
181 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Update Action" %}{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include 'mistral/actions/_update.html' %}
|
|
{% endblock %}
|