Add Photosynthesis Type
This commit is contained in:
@@ -48,6 +48,16 @@
|
||||
</dl>
|
||||
@Html.HiddenFor(m => m.SiteId)
|
||||
|
||||
<dl class="dl-horizontal siteId">
|
||||
<dt class="small">
|
||||
@Html.DisplayNameFor(m => m.PhotosynthesisType)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayTextFor(m => m.PhotosynthesisType.SelectedItem.Text)
|
||||
</dd>
|
||||
</dl>
|
||||
<input type="hidden" name="PhotosynthesisType.Selected" value="@Model.PhotosynthesisType.Selected" />
|
||||
|
||||
<dl class="dl-horizontal files">
|
||||
<dt>
|
||||
Files
|
||||
|
||||
Reference in New Issue
Block a user