mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-12 18:43:48 +01:00
Add package title and link to review page
This commit is contained in:
parent
893507691b
commit
25b481ac0a
@ -4,9 +4,12 @@
|
|||||||
{{ _("Review") }}
|
{{ _("Review") }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block link %}
|
||||||
|
<a href="{{ package.getDetailsURL() }}">{{ package.title }}</a>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
<h1>{{ _("Review") }}</h1>
|
{% block content %}
|
||||||
|
<h1>{{ _("Post a review for %(name)s by %(author)s", name=self.link(), author=package.author.display_name) }}</h1>
|
||||||
|
|
||||||
{% from "macros/forms.html" import render_field, render_submit_field, render_radio_field %}
|
{% from "macros/forms.html" import render_field, render_submit_field, render_radio_field %}
|
||||||
<form method="POST" action="" enctype="multipart/form-data">
|
<form method="POST" action="" enctype="multipart/form-data">
|
||||||
|
Loading…
Reference in New Issue
Block a user