Skip to content

Commit

Permalink
Add Max QGIS version in Versions tab (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Nov 22, 2023
1 parent 91b9576 commit e903981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qgis-app/plugins/templates/plugins/plugin_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ <h2>{{ object.name }}
<th>{% trans "Version" %}</th>
{% if not user.is_anonymous %}<th>{% trans "Approved" %}</th>{% endif %}
<th>{% trans "Experimental" %}</th>
<th>{% trans "Minimum QGIS version" %}</th>
<th>{% trans "Min QGIS version" %}</th>
<th>{% trans "Max QGIS version" %}</th>
<th>{% trans "Downloads" %}</th>
<th>{% trans "Uploaded by" %}</th>
<th>{% trans "Date" %}</th>
Expand All @@ -194,6 +195,7 @@ <h2>{{ object.name }}
{% if not user.is_anonymous %}<td>{{ version.approved|yesno }}</td>{% endif %}
<td>{{ version.experimental|yesno }}</td>
<td>{{ version.min_qg_version }}</td>
<td>{{ version.max_qg_version }}</td>
<td>{{ version.downloads }}</td>
<td><a href="{% url "user_details" version.created_by.username %}">{{ version.created_by }}</a></td>
<td>{{ version.created_on|local_timezone }}</td>
Expand Down

0 comments on commit e903981

Please sign in to comment.