From e599c52b00acc047401ee09209f680fc6a569b2a Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Thu, 5 Jul 2018 12:47:49 +0200 Subject: [PATCH] Fix path to delete icon/image --- ivatar/ivataraccount/templates/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivatar/ivataraccount/templates/profile.html b/ivatar/ivataraccount/templates/profile.html index 7878067..ad2d4f5 100644 --- a/ivatar/ivataraccount/templates/profile.html +++ b/ivatar/ivataraccount/templates/profile.html @@ -55,7 +55,7 @@ {% endfor %} {% for openid in user.unconfirmedopenid_set.all %}
  • {% csrf_token %}{{ openid.openid }} -
    {# TODO: (expires in xx hours) #}
  • + {# TODO: (expires in xx hours) #} {% endfor %} {% endif %}