diff options
Diffstat (limited to 'templates/renameform.html')
-rw-r--r-- | templates/renameform.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/renameform.html b/templates/renameform.html index f543057..35bcbeb 100644 --- a/templates/renameform.html +++ b/templates/renameform.html @@ -37,15 +37,20 @@ </button> </form> <br /> + {% if rotatable %} <form method ='post' > {% csrf_token %} <button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" name="rotate" type = "submit" title="Rotates 90 degrees clockwise. JPG and PNG files only." value = "Rotate" > Rotate it </button> </form> - + {% else %} + <p style="padding: 0.5em 25px; margin-left: 110px">Not a rotatable image. + {% endif %} <br /><br /><br /> Full urlencoded path for this file in expofiles is <a href="/expofiles/{{filepath|urlencode}}"><em>{{filepath|urlencode}}</em></a> + <br /><br /> + Return to wallet <a href="/walletedit/{{wallet|urlencode}}">{{wallet}}</a> </div> |