You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: qgis-app/plugins/templates/plugins/plugin_detail.html
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -329,10 +329,21 @@ <h2>{{ object.name }}
329
329
<td>{{ version.created_on|local_timezone }}</td>
330
330
{% if user.is_staff or user in version.plugin.approvers or user in version.plugin.editors %}<td><formmethod="post" action="{% url "version_manage" object.package_name version.version %}">{% csrf_token %}
331
331
{% if user.is_staff or user in version.plugin.approvers %}
332
-
{% if not version.approved %}<buttonclass="btn btn-success btn-mini" type="submit" name="version_approve" id="version_approve"title="{% trans "Approve" %}"><iclass="icon-thumbs-up icon-white"></i></button>{% else %}<buttonclass="btn btn-warning btn-mini" type="submit" name="version_unapprove" id="version_unapprove" title="{% trans "Unapprove" %}"><iclass="icon-thumbs-down icon-white"></i></button>{% endif %}
332
+
{% if not version.approved %}
333
+
<buttonclass="btn btn-success btn-mini" type="submit" name="version_approve" id="version_approve"title="{% trans "Approve" %}">
334
+
<iclass="icon-thumbs-up icon-white"></i>
335
+
</button>
336
+
{% else %}
337
+
<buttonclass="btn btn-warning btn-mini" type="submit" name="version_unapprove" id="version_unapprove" title="{% trans "Unapprove" %}">
0 commit comments