Michael Hall has proposed merging lp:~mhall119/loco-directory/fixes-731436 into 
lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)
Related bugs:
  #731436 Urls in agenda item text should be links
  https://bugs.launchpad.net/bugs/731436

For more details, see:
https://code.launchpad.net/~mhall119/loco-directory/fixes-731436/+merge/52579
-- 
https://code.launchpad.net/~mhall119/loco-directory/fixes-731436/+merge/52579
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~mhall119/loco-directory/fixes-731436 into lp:loco-directory.
=== modified file 'loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html'
--- loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html	2011-01-26 13:25:33 +0000
+++ loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html	2011-03-08 16:56:49 +0000
@@ -18,7 +18,7 @@
                 - <a class="agenda-sig" target="launchpaduser" href="https://launchpad.net/~{{ item.owner.user.username}}">{{ item.owner.realname }}</a>
                 @ {{ item.created_date|date:"D, d N Y H:i T" }}
             {% if item.description %}
-                <div class="agenda-description">{{ item.description|linebreaks }}</div>
+                <div class="agenda-description">{{ item.description|urlize|linebreaks }}</div>
             {% endif %}
             </li>
             {% child %}

_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to