Add one more sentence about using third party digital signatures master github/master
authorMagnus Hagander <[email protected]>
Thu, 15 May 2025 15:58:40 +0000 (17:58 +0200)
committerMagnus Hagander <[email protected]>
Thu, 15 May 2025 15:58:40 +0000 (17:58 +0200)
postgresqleu/confsponsor/views.py

index def4dbb6be1bd220c94ba27bb634929539b4adee..09701e70be502d2b08759c8078e0ee1aeb8a4657 100644 (file)
@@ -467,7 +467,10 @@ def sponsor_signup(request, confurlname, levelurlname):
                 )
             if conference.manualcontracts:
                 contractchoices.append(
-                    (1, 'Manual signing', 'Receive the contract as a PDF sent to {}, print it, sign it, scan it and send it back in to the conference organisers.'.format(request.user.email)),
+                    (1, 'Manual signing', 'Receive the contract as a PDF sent to {}, print it, sign it, scan it and send it back in to the conference organisers.{}'.format(
+                        request.user.email,
+                        ' This option should also be used if you will use a different digital signature provider than the ones listed above. Please contact the organizers <strong>before</strong> doing this to confirm that this provider is accepted.' if conference.contractprovider else '',
+                    )),
                 )
 
             return render(request, 'confsponsor/signupform.html', {