yavsc/Yavsc/Views/Manage/PaymentError.cshtml

8 lines
130 B
Text
Raw Normal View History

2017-05-26 03:35:56 +02:00
@{
ViewData["Title"] = "Le paiment "+ViewData["id"]+" a échoué";
}
2017-05-24 23:36:49 +02:00
2017-05-26 03:35:56 +02:00
<h2>@ViewData["Title"].</h2>
<p>
@ViewData["error"]
</p>