From 7cf792038bf67f1e61d3f02a6d5a06c6eecea737 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Thu, 5 Apr 2018 18:20:11 +0000 Subject: Updated contact form --- web/templates/contact.html.tmpl | 6 +++--- web/templates/include/constants.tt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/templates/contact.html.tmpl b/web/templates/contact.html.tmpl index 8bc5f01..ae7f90a 100644 --- a/web/templates/contact.html.tmpl +++ b/web/templates/contact.html.tmpl @@ -6,7 +6,7 @@ %] [%- PROCESS 'constants.tt' -%]

All the fields have to be filled in ...

-

NB: As a matter of courtesy you should consider adding your name (or even a pseudonym) in the message to us. You know our names as well. Besides, it makes it easier to address you in a reply. Thanks.

+

NB: As a matter of courtesy you should consider adding your name (or even a pseudonym) in the message to us. You know our names as well. Besides, it makes it easier to address you in a response. Thanks.

@@ -30,7 +30,7 @@ Your email address (max. 100 chars): @@ -55,7 +55,7 @@
- +
-

Report an issue or error ("bug")?

+

Report an issue or defect ("bug")?

Please use the issue tracker over on Bitbucket or for security-related reports use a PGP-encrypted email. See below for public keys available. diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt index b222d49..dff1145 100644 --- a/web/templates/include/constants.tt +++ b/web/templates/include/constants.tt @@ -11,12 +11,12 @@ ] gpg_keys = [ { - id = '0x6190BC32' + id = '0x9E9BCC536190BC32' name = 'Oliver' fingerprint = '58F4 12A6 E0E8 9A7C A849 F0E2 9E9B CC53 6190 BC32' } { - id = '0x9D168DA9' + id = '0x9312A6429D168DA9' name = 'Bernhard' fingerprint = '5BE7 AB89 A4EF 0A78 7047 CAF2 9312 A642 9D16 8DA9' } @@ -35,6 +35,6 @@ wds_blog = 'blog.windirstat.net' dlbase_M1 = 'https://windirstat.mirror.wearetriple.com/' gpg_search_fmt= 'http://pgp.mit.edu:11371/pks/lookup?search=%s&op=index' - tracker_url = 'https://bitbucket.org/windirstat/windirstat/issues' + tracker_url = 'https://bitbucket.org/windirstat/windirstat/issues/new' long_desc = 'Windows Directory Statistics cleanup tool' %] -- cgit v1.2.3