Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/views/default/delete_image_confirmation.html
blob: 1573d2bf8f68bf5f17141497b38c92ea7d5263ed (plain)
1
2
3
4
5
{{extend 'default/_base.html'}}
<h1>Are you sure you want to delete this image?</h1>
<p>
<a href={{="delete_image?id="+str(image.id)}}>yes delete image</a>
<a href={{="image?image="+str(image.id)}}>no don't delete image</a></p>