From f2ecaf76f8b6d46d1a47d7f4bfbb7eaa536ff0c2 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Sun, 15 Nov 2020 14:20:38 -0300 Subject: [PATCH] --- 5_Envio_de_mails.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/5_Envio_de_mails.md b/5_Envio_de_mails.md index 6ff7683..c68047e 100644 --- a/5_Envio_de_mails.md +++ b/5_Envio_de_mails.md @@ -1,8 +1,9 @@ **Ir a:** *[Repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki)*, -*[Formularios](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-formularios-https-gitea-kickto-net-jp-av-dev-intro-django-wiki-4-formularios-user-content-formularios)*, -*[Send Mails]()* +*[Formularios](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/4_Formularios#user-content-formularios)*, +*[Api Form](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/6_API_Forms#user-content-api-forms)* +------- ## Envio de Mails @@ -51,3 +52,10 @@ def contacto(request): return render(request, "gracias.html") return render(request, "contacto.html") ``` + +------- + +**Ir a:** +*[Repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki)*, +*[Formularios](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/4_Formularios#user-content-formularios)*, +*[Api Form](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/6_API_Forms#user-content-api-forms)*