Merge pull request #36 from desudesutalk/thread_bottomlinks

Update thread template
This commit is contained in:
Michael Walker 2015-10-08 02:28:55 +01:00
commit 36079b64e8
2 changed files with 1 additions and 3 deletions

View file

@ -47,8 +47,6 @@
{{ body }}
{% include 'report_delete.html' %}
</form>
<a href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
<a href="#" id="bottom" style="padding-left: 10px">[{% trans %}Go to top{% endtrans %}]</a>
{{ boardlist.bottom }}
@ -74,5 +72,6 @@
<script type="text/javascript">{% raw %}
ready();
{% endraw %}</script>
<a href="#" id="bottom"></a>
</body>
</html>