##// END OF EJS Templates
Fixed gallery view.
neko259 -
r172:701dedb4 default
parent child Browse files
Show More
@@ -5,10 +5,10 b''
5 5
6 6 {% block head %}
7 7 <title>Neboard - {{ posts.0.get_title }}</title>
8 <script src="{{ STATIC_URL }}js/thread.js"></script>
9 8 {% endblock %}
10 9
11 10 {% block content %}
11 <script src="{{ STATIC_URL }}js/thread.js"></script>
12 12
13 13 {% if posts %}
14 14 <div id="posts">
General Comments 0
You need to be logged in to leave comments. Login now