Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Views/PatrocinadorApi/Nuevo.cshtml @ 285:c8f378272407
#123: Patrocinadores de las vans.
author | juanjose.montesdeocaarbos |
---|---|
date | Sat, 31 Dec 2011 14:45:55 -0300 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Web/Views/PatrocinadorApi/Nuevo.cshtml Sat Dec 31 14:45:55 2011 -0300 @@ -0,0 +1,6 @@ +@model AltNetHispano.Agendas.Web.Models.PatrocinadorNewModel +@using (Html.BeginForm()) +{ + @Html.EditorForModel() + <input type="submit" value="agregar" /> +} \ No newline at end of file