qinling-dashboard/qinling_dashboard/content/functions/templates/functions/create_function.html

8 lines
196 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Function" %}{% endblock %}
{% block main %}
{% include 'project/functions/_create_function.html' %}
{% endblock %}