aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'okupy/templates/settings-email.html')
-rw-r--r--okupy/templates/settings-email.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/okupy/templates/settings-email.html b/okupy/templates/settings-email.html
index 7f0af1d..e6a082c 100644
--- a/okupy/templates/settings-email.html
+++ b/okupy/templates/settings-email.html
@@ -19,7 +19,7 @@
</tr>
</thead>
<tbody>
- {% for mail in user_profile_info.email%}
+ {% for mail in user_info.email%}
<form action="." method="POST">{% csrf_token %}
<tr>
<td><input type="hidden" name="email" value="{{ mail }}" />{{mail}}</td>