Rename the generic 'address' to 'email'
This commit is contained in:
@@ -19,7 +19,7 @@ Add a manager
|
||||
tagClass: 'label label-primary large',
|
||||
typeahead: {
|
||||
afterSelect: function(val) { this.$element.val(""); },
|
||||
source: {{ current_user.get_managed_addresses()|map('string')|list|tojson }}
|
||||
source: {{ current_user.get_managed_emails()|map('string')|list|tojson }}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user