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