bouffon
This commit is contained in:
parent
6a87c18b08
commit
9bf9b13739
|
@ -73,7 +73,7 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% if g.viewer.account.twitter_archives %}
|
{% if g.viewer.account.twitter_archives %}
|
||||||
<h3 name="recent_archives">Recent archives</h3>
|
<h3 id="recent_archives">Recent archives</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{% for archive in g.viewer.account.twitter_archives %}
|
{% for archive in g.viewer.account.twitter_archives %}
|
||||||
<li>{{archive.created_at.strftime('%Y-%m-%d %H:%M')}}<br>
|
<li>{{archive.created_at.strftime('%Y-%m-%d %H:%M')}}<br>
|
||||||
|
|
Loading…
Reference in New Issue