manila-ui/manila_ui/dashboards/project/shares/templates/shares/resize.html

8 lines
181 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Resize Share" %}{% endblock %}
{% block main %}
{% include 'project/shares/_resize.html' %}
{% endblock %}