{% extends "packages/package_base.html" %} {% block title %} {{ _("Edit release") }} - {{ package.title }} {% endblock %} {% block content %}
{{ _("Maximum must be greater than or equal to the minimum!") }}
{{ _("Set the minimum and maximum Minetest versions supported. This release will be hidden to clients outside of that range. ") }} {{ _("Leave both as None if in doubt.") }} {{ _("You can set this automatically in the .conf of your package.") }}
{{ render_submit_field(form.submit) }}