Private
Public Access
1
0

writing out URLs in comments

This commit is contained in:
Sander Roosendaal
2020-04-28 20:51:32 +02:00
parent 4c7172be5d
commit 4f1e97ee68

View File

@@ -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>