writing out URLs in comments
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
<th>Contact Phone</th><td>{{ race.contact_phone }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Comment</th><td>{{ race.comment|linebreaks }}</td>
|
||||
<th>Comment</th><td>{{ race.comment|linebreaks|urlshorten:"50" }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user