Merge pull request #10374 from colinux/watermark-dj
ETQ instructeur: rétablit l'affichage du filigrane des Titres d'identité
This commit is contained in:
commit
6c70a3db28
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class WatermarkService
|
|||
attr_reader :text
|
||||
attr_reader :text_length
|
||||
|
||||
def initialize(text = Current.application_name)
|
||||
def initialize(text = APPLICATION_NAME)
|
||||
@text = " #{text} " # give more space around each occurence
|
||||
@text_length = @text.length
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue