pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 146 forks source link

display_url #87

Closed miurahr closed 9 years ago

miurahr commented 9 years ago

Missing feedback from pycon development

commit e8b896733a9e13a15396a625b71f607984af8487
Author: James Tauber <jtauber@jtauber.com>
Date:   Mon Feb 11 15:54:43 2013 -0500

    added display URL on sponsor to allow distinction between anchor text and actual href

Signed-off-by: Hiroshi Miura miurahr@linux.com

miurahr commented 9 years ago

it is used in templates such as

project_name/templates/sponsorship/list.html:    <p><a href="{{ sponsor.external_url }}">{{ sponsor.get_display_url }}</a></p>