I am trying to edit the (Thanks , "SiteName") portion of the email but I can't find where it is getting pulled from. I searched in welcome_email.html in forum/skins/default/templates/auth and saw the rest of the email except the portion I am trying to change? Anyone know where I can edit this?

Thanks

asked 19 Jul '11, 15:43

michael_nr's gravatar image

michael_nr
31223
accept rate: 100%


It's probably in one of the .po files, in the language localisation directory. Note that if you change the .po file, you need to recompile the language files:

python manage.py  compilemessages  ( -l  language)

You may then need to restart your server process

link

answered 20 Jul '11, 10:18

Andrew_S's gravatar image

Andrew_S ♦
5.6k45674
accept rate: 21%

1

Thanks for the quick reply, that is where email signature is located.

(20 Jul '11, 11:34) michael_nr
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×101
×2

Asked: 19 Jul '11, 15:43

Seen: 623 times

Last updated: 20 Jul '11, 11:34

powered by OSQA