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

8 lines
204 B
HTML

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