Added Fluxnet Site

This commit is contained in:
2016-01-18 13:45:43 -05:00
parent 048327666f
commit 2c73fb6883
12 changed files with 43 additions and 102 deletions
@@ -11,10 +11,8 @@
}
<div class="form-group @lowerPropertyName">
@Html.LabelForModel(new { @class = "control-label" })
<div class="controls">
@RenderBody()
@Html.ValidationMessage("", new { @class = "help-block"})
</div>
@RenderBody()
@Html.ValidationMessage("", new { @class = "help-block"})
</div>