mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use backup_email field for backup email
The context gives backup_email and not backup for the backup email field. Fixes: #91
This commit is contained in:
parent
b2491ddc07
commit
222d995e95
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
</label>
|
||||
|
||||
<input id="id_backup_email" type="email" size="30"
|
||||
maxlength="254" name="BE" value="{{ backup }}">
|
||||
maxlength="254" name="BE" value="{{ backup_email }}">
|
||||
</p>
|
||||
<p>
|
||||
<em>
|
||||
|
|
Loading…
Add table
Reference in a new issue