forked from MarseyWorld/MarseyWorld
duwiuishsuehgdz
parent
5c6d7671d8
commit
0783437e91
|
@ -175,8 +175,6 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<h3>{{ p.award_count("shit") }} | {{ p.award_count("gold") }}</h3>
|
||||
|
||||
{% if p.award_count("shit") %}
|
||||
<script src="/assets/js/bug-min.js" type="text/javascript"></script>
|
||||
{% set minbugs = 10*p.award_count("shit") if p.award_count("shit") <= 5 else 50 %}
|
||||
|
@ -287,6 +285,8 @@
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<h3>{{ p.award_count("shit") }} | {{ p.award_count("gold") }}</h3>
|
||||
|
||||
{{p.realbody(v) | safe}}
|
||||
|
||||
{% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %}
|
||||
|
|
Loading…
Reference in New Issue