In the view for user, registration.php there is a bit of code loading an address template
$this->type = 'address';
echo $this->loadTemplate();
What is this actually loading? I'd like to modify the markup for the address information fields, in particular move the required "*" between the label and the input, rather than after the input and add a span tag around the "*".
I can't seem to find where this is being pulled from. None of the views for user, address, or checkout seem to have what I'm looking for.
Thanks,
Shannon