Skip to content

Commit

Permalink
make_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seshness committed Sep 24, 2011
1 parent f981f5e commit 4c1e922
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/make_comment.html
@@ -0,0 +1,12 @@
<div class="well">
<div class="clearfix">
<img src="https://graph.facebook.com/{{ author }}/picture" class="small-picture">
<strong>{{ str(me['name'])} says...</strong>
</div>
<br />
<blockquote >
<p>{{ contents }}</p>
<br />
<small>posted at {{ str(creation_time) }}</small>
</blockquote>
</div>

0 comments on commit 4c1e922

Please sign in to comment.