diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2021-09-03 14:51:15 +0200 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2021-09-03 14:51:15 +0200 |
commit | da9b2ea9c2ef37eb191ba0a9e78e62ce942dc912 (patch) | |
tree | 6e54487fc3ab2fb028402c8d84c06efe82caccc9 /ogcp/templates/images.html | |
parent | d83e456daf20e070a3eee51d885166566177c369 (diff) |
Add image details action
This action is used to visualize the specific details of an image, as
its ID, name, size, etc.
Diffstat (limited to 'ogcp/templates/images.html')
-rw-r--r-- | ogcp/templates/images.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/images.html b/ogcp/templates/images.html index e698af9..3faa029 100644 --- a/ogcp/templates/images.html +++ b/ogcp/templates/images.html @@ -25,5 +25,7 @@ {% endblock %} {% block commands %} + <input class="btn btn-light" type="submit" value="{{ _('Image details') }}" + form="imagesForm" formaction="{{ url_for('action_image_info') }}" formmethod="get"> {% endblock %} |