Details
Description
I see the following code in CRM/Event/Form/ManageEvent/Location.tpl for events but no location name is displayed for events (even on the demo site). I tried changing it to address_name but still no effect.
<div class="form-item">
<span class="labels">
<label>{$form.location.1.name.label}</label>
</span>
<span class="fields">
{$form.location.1.name.html|crmReplace:class:big}
</span>
</div>