mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Pass the date field in to the Spec11 Soy template
The daily template is the only one that needs it but we can always pass it in without issue. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=231295089
This commit is contained in:
parent
2edb072e68
commit
6e0b8f2cfd
2 changed files with 57 additions and 1 deletions
|
@ -141,6 +141,7 @@ public class Spec11EmailUtils {
|
|||
|
||||
Map<String, Object> data =
|
||||
ImmutableMap.of(
|
||||
"date", date.toString(),
|
||||
"registry", registryName,
|
||||
"replyToEmail", spec11ReplyToAddress,
|
||||
"threats", threatMatchMap,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue