Zhenguo Niu 9f5ea7c56c Add create action support
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: Ibb45f55e72ab37c3942a165b7f9a51522ce75d26
2015-08-11 23:56:12 +08:00

8 lines
181 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Action" %}{% endblock %}
{% block main %}
{% include 'mistral/actions/_create.html' %}
{% endblock %}