This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div class="jumbotron text-center">
|
<div class="jumbotron text-center">
|
||||||
<h2>Request AyaNova subscription trial account</h2>
|
<h2>Request AyaNova subscription 7 day trial account</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<form class="form form-horizontal" method="post">
|
<form class="form form-horizontal" method="post">
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ namespace contact.Pages
|
|||||||
new SelectListItem { Value = "LON", Text = "London" },
|
new SelectListItem { Value = "LON", Text = "London" },
|
||||||
new SelectListItem { Value = "FFT", Text = "Frankfurt" },
|
new SelectListItem { Value = "FFT", Text = "Frankfurt" },
|
||||||
new SelectListItem { Value = "SNG", Text = "Singapore" },
|
new SelectListItem { Value = "SNG", Text = "Singapore" },
|
||||||
new SelectListItem { Value = "BNG", Text = "Bangalore" },
|
new SelectListItem { Value = "BNG", Text = "Bangalore" }
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly IConfiguration _configuration;
|
private readonly IConfiguration _configuration;
|
||||||
|
|||||||
Reference in New Issue
Block a user