aboutsummaryrefslogtreecommitdiffstats
path: root/syte/static/templates/twitter-view.html
diff options
context:
space:
mode:
Diffstat (limited to 'syte/static/templates/twitter-view.html')
-rw-r--r--syte/static/templates/twitter-view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/syte/static/templates/twitter-view.html b/syte/static/templates/twitter-view.html
index efa08aa..3fe7046 100644
--- a/syte/static/templates/twitter-view.html
+++ b/syte/static/templates/twitter-view.html
@@ -9,7 +9,7 @@
<h2><a href="http://twitter.com/#!/{{ screen_name }}">{{ name }}</a></h2>
<h3><a href="http://twitter.com/#!/{{ screen_name }}">@{{ screen_name}}</a></h3>
</div>
- <p class="profile-description">{{{ f_description }}}</p>
+ <p class="profile-description">{{{ description }}}</p>
<p class="profile-location-url">
{{#if location }}
<span>{{ location }}</span>
@@ -40,7 +40,7 @@
</a>
{{/with}}
<p class="tweet-text">
- {{{ f_text }}}
+ {{{ text }}}
</p>
<p class="tweet-date">
{{ formated_date }}