Skip to content

Commit a7ca59d

Browse files
committed
Show slugified version of sponsor display name on dashboard
Fixes #166
1 parent 0951f81 commit a7ca59d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template/confsponsor/admin_sponsor_details.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<th>Display name:</th>
88
<td>{{sponsor.displayname}}</td>
99
</tr>
10+
<tr>
11+
<th>Display name slug:</th>
12+
<td>{{sponsor.displayname | slugify}}</td>
13+
</tr>
1014
<tr>
1115
<th style="vertical-align:top;">Invoice address:</th>
1216
<td>{{sponsor.invoiceaddr|linebreaks}}</td>

0 commit comments

Comments
 (0)