test-farid/templates/email/new_album_notification.html

24 lines
680 B
HTML

{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{{ subject }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="ungleich">
<link rel="icon" href="{% static 'images/favicons/favicon.ico' %}">
</head>
<body>
<div class="container">
<p>Hi there, there have a new image request added, which needs verification. Please follow the <a href="http://127.0.0.1:8000/admin/album/album/{{album.id}}/change/">link</a> to verify</p>
</div>
</body>
</html>