Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit a162a8f

Browse files
committed
truncated app names to 43 chars (bug 731190)
1 parent 02adb8c commit a162a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkt/submit/templates/submit/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>{{ title }}</h2>
3232
<div class="houdini{{ ' ready' if not (form_basic.name.errors or
3333
form_basic.slug.errors) }}">
3434
<div class="before">
35-
<h2 class="output">{{ addon.name }}</h2>
35+
<h2 class="output">{{ addon.name|truncate(43) }}</h2>
3636
<b>{{ loc('Details page:') }}</b>
3737
{# The URL for the details page hasn't been finalized,
3838
so let's not reverse it just yet. #}

0 commit comments

Comments
 (0)