Zhenguo Niu 386f8342a6 Add update action support
Partially implements blueprint mistral-dashboard-crud-operations

Change-Id: I11241c2c5b8dd3e0f1115cf8bd7df160b7437f82
2015-08-11 23:56:43 +08:00

8 lines
181 B
HTML

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