remove non-standard plugins
This commit is contained in:
@ -1,29 +0,0 @@
|
||||
<div class="container mt-5">
|
||||
<h2>Write a Review</h2>
|
||||
<form id="review-form" method="post">
|
||||
<div class="form-group">
|
||||
<label for="review_category_id">Review Category:</label>
|
||||
{reviewCategorySelect}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="title">Title your review:</label>
|
||||
<input type="text" class="form-control" id="title" name="title" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Rating:</label>
|
||||
<div class="star-rating">
|
||||
<span class="fa fa-star" data-rating="1"></span>
|
||||
<span class="fa fa-star" data-rating="2"></span>
|
||||
<span class="fa fa-star" data-rating="3"></span>
|
||||
<span class="fa fa-star" data-rating="4"></span>
|
||||
<span class="fa fa-star" data-rating="5"></span>
|
||||
<input type="hidden" name="rating" class="rating-value" value="0">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="review">Your Review:</label>
|
||||
<textarea class="form-control" id="review" name="review" rows="5" required></textarea>
|
||||
</div>
|
||||
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block ">Submit</button>
|
||||
</form>
|
||||
</div>
|
Reference in New Issue
Block a user