Created
March 10, 2015 21:42
-
-
Save neuman/9fa3254436bf36deb1d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-md-8"> | |
<h2>{{ review.user.get_full_name }} <a class="subheading"> | {{ review.created_at | date }}</a></h2> | |
</div> | |
<div class="col-md-4 text-right"> | |
<h2>{% include 'base/rating.html' with rating=location.get_average_rating %}</h2> | |
</div> | |
</div> | |
<p>{{ review.description }}</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment