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