Minetest -> Luanti (#564)

This commit is contained in:
ROllerozxa
2024-10-15 22:36:50 +02:00
committed by GitHub
parent 1432384b63
commit abc2941756
31 changed files with 97 additions and 97 deletions

View File

@@ -4,7 +4,7 @@
{% if version %}
Edit {{ version.name }}
{% else %}
New Minetest Version
New Luanti Version
{% endif %}
{% endblock %}

View File

@@ -1,13 +1,13 @@
{% extends "base.html" %}
{% block title %}
{{ _("Minetest Versions") }}
{{ _("Luanti Versions") }}
{% endblock %}
{% block content %}
<a class="btn btn-primary float-end" href="{{ url_for('admin.create_edit_version') }}">{{ _("New Version") }}</a>
<h1>{{ _("Minetest Versions") }}</h1>
<h1>{{ _("Luanti Versions") }}</h1>
<div class="list-group">
{% for v in versions %}