diff options
Diffstat (limited to 'templates/profile.html')
-rw-r--r-- | templates/profile.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/profile.html b/templates/profile.html index 59ecc6c..3b186e1 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -32,4 +32,7 @@ </fieldset> <p><input type="submit" value="Submit" /></p> </form> +<p style="text-align:right"> +<a href="javascript:confirmProfileDel('del_profile')"><em>delete</em> my profile !</a> +</p> {% endblock %} |