diff options
author | root <root@dev.spline.de> | 2008-12-11 10:39:49 +0100 |
---|---|---|
committer | root <root@dev.spline.de> | 2008-12-11 10:39:49 +0100 |
commit | 36bf52ac4b3fd7832249c6f27effd98cc99d6fef (patch) | |
tree | 07fa5d141a6d1f8ecbe236de857e82f1fbd6dabd /templates/profile.html | |
parent | a924aeb78fa48a1b95e3c17099c9be8862d6964a (diff) | |
download | dev-account-36bf52ac4b3fd7832249c6f27effd98cc99d6fef.tar.gz dev-account-36bf52ac4b3fd7832249c6f27effd98cc99d6fef.tar.xz dev-account-36bf52ac4b3fd7832249c6f27effd98cc99d6fef.zip |
fix templates
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 %} |