Merge pull request #60 from faulteh/master
Renders comment markdown and adds a gap between vote and username in …
This commit is contained in:
		
						commit
						e46c4c4b23
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -130,9 +130,9 @@ | |||
|                                 </div> | ||||
|                             {% endif %} | ||||
|                             <div class="review-content"> | ||||
|                                 <b>{% user_display review.user %}</b> | ||||
|                                   <b>{% user_display review.user %}</b> | ||||
|                                 {{ review.submitted_at|timesince }} ago <br /> | ||||
|                                 {{ review.comment|safe }} | ||||
|                                 {{ review.comment_html|safe }} | ||||
|                             </div> | ||||
|                         </div> | ||||
|                     {% endfor %} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer