qinling-dashboard/qinling_dashboard/content/executions/templates/executions/create.html

8 lines
189 B
HTML

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