yavsc/Yavsc/Views/Manage/PaymentError.cshtml

8 lines
108 B
Text
Raw Normal View History

2017-05-24 23:36:49 +02:00
<dl>
<dt> Le paiment @ViewData["id"] a échoué
</dt>
<dd> @ViewData["error"]
</dd>
</dl>