From af428193d9ac0797b5442abed3c2cb30a2d631ef Mon Sep 17 00:00:00 2001
From: elvill <elias.villiger@uzh.ch>
Date: Thu, 6 May 2021 15:09:09 +0200
Subject: [PATCH] Small Docu fix (template group remove button class)

---
 Documentation/Form.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Form.rst b/Documentation/Form.rst
index ad93102d3..820a59733 100644
--- a/Documentation/Form.rst
+++ b/Documentation/Form.rst
@@ -3202,7 +3202,7 @@ This example will display graphics instead of text 'add' and 'remove'. Also ther
      tgClass = qfq-child-margin-top
      tgAddClass = btn alert-success
      tgAddText = <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
-     tgRemoveClass = btn btn-danger alert-danger
+     tgRemoveClass = btn alert-danger
      tgRemoveText = <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>
 
 Chart
-- 
GitLab