From 556f48bfe71be7ed986b620ba3e6c2ae74ae49e3 Mon Sep 17 00:00:00 2001
From: Oliver Falk {% trans 'You have the following confirmed email addresses and OpenIDs:' %} {% trans 'You have the following confirmed identities:' %} {% trans 'You have the following unconfirmed email addresses and OpenIDs:' %} {% trans 'Here are the photos you have uploaded/imported:' %}
{% for email in user.confirmedemail_set.all %}
-
+
@@ -50,12 +79,35 @@
+
+
+ {% trans 'Change' %}
+
+
+
+
{% endfor %}
{% for email in user.unconfirmedemail_set.all %}
-
{% endif %}
@@ -71,9 +123,19 @@
{% if user.photo_set.count %}
+
+
+
+ {% trans 'Resend confirmation mail' %}
+
+
+
+
+
-{% for photo in user.photo_set.all %}
-
{% endif %}
diff --git a/ivatar/ivataraccount/templates/upload_photo.html b/ivatar/ivataraccount/templates/upload_photo.html
index 6f98ed9..36000ab 100644
--- a/ivatar/ivataraccount/templates/upload_photo.html
+++ b/ivatar/ivataraccount/templates/upload_photo.html
@@ -1,6 +1,7 @@
{% extends 'base.html' %}
{% load i18n %}
{% load static %}
+{% load bootstrap4 %}
{% block title %}{% trans 'Upload a new photo' %} - ivatar{% endblock title %}
@@ -8,25 +9,35 @@
{% endblock header %}
{% block content %}
+
- {% trans 'Delete' %}
+
+
+
+
+ Delete
+
{% endfor %}
{% trans 'Upload a new photo' %}
-{% trans 'Upload a new photo' %}
+
{{ form.photo.label_tag }}
-
{% blocktrans with max_file_size|filesizeformat as max_size %}Maximum file size of {{ max_size }}.{% endblocktrans %}