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 %}