Removed the request limit since it's not currently being used

This commit is contained in:
Jamie Rees 2016-03-13 21:02:27 +00:00
commit a2460cf537

View file

@ -68,14 +68,14 @@
</div>
</div>
<div class="form-group">
@*<div class="form-group">
<label for="WeeklyRequestLimit" class="control-label">Weekly Request Limit</label>
<div>
<label>
<input type="number" id="WeeklyRequestLimit" name="WeeklyRequestLimit" class="form-control form-control-custom " value="@Model.WeeklyRequestLimit">
</label>
</div>
</div>
</div> //TODO: Need to implement this*@
<div>
</div>