We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2534abf commit 498769fCopy full SHA for 498769f
2 files changed
changelog/1039.md
@@ -0,0 +1,3 @@
1
+### Changed
2
+
3
+- Full Title on Project Detail Page (1039)
meinberlin/apps/contrib/templates/meinberlin_contrib/components/hero.html
@@ -6,9 +6,9 @@
6
<div class="hero__content">
7
<h1 class="hero__title">
8
{% if show_buttons %}
9
- <a href="{{ hero_link }}">{{ content.name|truncatechars:70 }}</a>
+ <a href="{{ hero_link }}">{{ content.name }}</a>
10
{% else %}
11
- {{ content.name|truncatechars:70 }}
+ {{ content.name }}
12
{% endif %}
13
</h1>
14
<div class="hero__description">
0 commit comments