Show More
@@ -8,13 +8,12 b'' | |||||
8 | {% endblock %} |
|
8 | {% endblock %} | |
9 |
|
9 | |||
10 | {% block content %} |
|
10 | {% block content %} | |
|
11 | {% autoescape off %} | |||
11 | <div id="posts-table"> |
|
12 | <div id="posts-table"> | |
12 | <p><img src="{% static 'favicon.png' %}" width="200" /></p> |
|
13 | <p><img src="{% static 'favicon.png' %}" width="200" /></p> | |
13 | {% if hosts %} |
|
14 | {% if hosts %} | |
14 | <p>{% trans "Available by addresses:" %} |
|
15 | <p>{% trans "Available by addresses:" %} | |
15 |
{ |
|
16 | {{ hosts|join:', ' }} | |
16 | {{ hosts|join:', ' }} |
|
|||
17 | {% endautoescape %} |
|
|||
18 | </p> |
|
17 | </p> | |
19 | {% endif %} |
|
18 | {% endif %} | |
20 | <h2>{% trans 'Statistics' %}</h2> |
|
19 | <h2>{% trans 'Statistics' %}</h2> | |
@@ -42,4 +41,5 b'' | |||||
42 |
|
41 | |||
43 | <p>Bitcoin: <b>1A4dePg6CGfYcJ7SH1tbaVdjjj1VLv8X1H</b></p> |
|
42 | <p>Bitcoin: <b>1A4dePg6CGfYcJ7SH1tbaVdjjj1VLv8X1H</b></p> | |
44 | </div> |
|
43 | </div> | |
|
44 | {% endautoescape %} | |||
45 | {% endblock %} |
|
45 | {% endblock %} |
General Comments 0
You need to be logged in to leave comments.
Login now