This is an automated email from the ASF dual-hosted git repository.

tn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new 19bd9eb  do not use capitalize anymore
19bd9eb is described below

commit 19bd9eb97a841110322e45f917b3ce14a98ec2aa
Author: Thomas Neidhart <[email protected]>
AuthorDate: Fri Mar 21 10:47:32 2025 +0100

    do not use capitalize anymore
---
 atr/templates/project-view.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/templates/project-view.html b/atr/templates/project-view.html
index 72d569c..2f8471f 100644
--- a/atr/templates/project-view.html
+++ b/atr/templates/project-view.html
@@ -9,7 +9,7 @@
 {% endblock description %}
 
 {% block content %}
-  <h1>{{ project.display_name | capitalize }}</h1>
+  <h1>{{ project.display_name }}</h1>
 
   <div class="card mb-4">
     <div class="card-header bg-light">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to