generated from westfarn/web_django_template
Ship College Craft public site and point CI deploys at college_craft.
Replaces template branding with College Craft pages, assets, and copy, and matches Gitea deploy workflows to the server-infra catalog name and master branch so beta deploys actually run. Closes #1
This commit is contained in:
@@ -82,7 +82,7 @@ def plain_text_to_email_html(text: str) -> str:
|
||||
lines = [html.escape(line) for line in para.split("\n")]
|
||||
joined = "<br>\n".join(lines)
|
||||
joined = _URL_RE.sub(
|
||||
r'<a href="\1" style="color:#00626c;text-decoration:underline;">\1</a>',
|
||||
r'<a href="\1" style="color:#a92121;text-decoration:underline;">\1</a>',
|
||||
joined,
|
||||
)
|
||||
blocks.append(
|
||||
|
||||
Reference in New Issue
Block a user