Update images and README
This commit is contained in:
14
templates/emails/notificacion.html
Normal file
14
templates/emails/notificacion.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Notificacion</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Aviso</h1>
|
||||
<h2>{{ title }}</h2>
|
||||
<a href="http://p.wallapop.com/i/{{ id }}?_pid=web&_me=www&campaign=mobile_item">Ver</a>
|
||||
</body>
|
||||
</html>
|
3
templates/emails/notificacion.txt
Normal file
3
templates/emails/notificacion.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Aviso
|
||||
{{ title }}
|
||||
http://p.wallapop.com/i/{{ id }}?_pid=web&_me=www&campaign=mobile_item
|
Reference in New Issue
Block a user