Skip to content

Commit

Permalink
Downgrade to django 4.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Sep 27, 2024
1 parent abc9cf6 commit fa184e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dockerize/docker/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==4.2.15
django==4.2.14
django-auth-ldap~=4.6
python-ldap~=3.4
django-taggit~=5.0
Expand Down
28 changes: 13 additions & 15 deletions qgis-app/plugins/templates/plugins/plugin_upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,19 @@ <h2>{% trans "Upload a plugin" %}</h2>
</div>
{% endif %}

<div class="box-content" style="padding: 50px 70px;">
<form action="" method="post" enctype="multipart/form-data" class="horizontal">{% csrf_token %}
{% include "plugins/form_snippet.html" %}
<div class="">
<button class="button is-success" type="submit">
<span class="icon is-small">
<i class="fas fa-upload"></i>
</span>
<span>
{% trans "Upload" %}
</span>
</button>
</div>
</form>
</div>
<form action="" method="post" enctype="multipart/form-data" class="horizontal">{% csrf_token %}
{% include "plugins/form_snippet.html" %}
<div class="mt-3 has-text-centered">
<button class="button is-success is-large" type="submit">
<span class="icon is-small">
<i class="fas fa-upload"></i>
</span>
<span>
{% trans "Upload" %}
</span>
</button>
</div>
</form>
<div class="m-5">
</div>
<div class="container rich">
Expand Down

0 comments on commit fa184e5

Please sign in to comment.