Commit 0cd014e8 authored by Matija Nalis's avatar Matija Nalis
Browse files

fix for SITE_NAME in body of email; is was not being displayed (closes:...

fix for SITE_NAME in body of email; is was not being displayed (closes: mentors.debian.net-team/debexpo#132)
parent bb165f91
{% extends "email-base.html" %}{% block content %}Hi,
Your package {{ args.package }} has been removed from {{ args.distribution }}
on {{ args.settings.SITE_NAME }} for the following reason:
on {{ settings.SITE_NAME }} for the following reason:
{{ args.reason }}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment