Merge report_window.js into post.js

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-06-30 18:44:58 -07:00
parent 638d8cd349
commit 61b9e2a277
4 changed files with 24 additions and 28 deletions

View File

@@ -7,10 +7,6 @@
{% endwith %}
{% endblock title %}
{% block extrajs %}
<script src="{% static 'board/report_window.js' %}"></script>
{% endblock extrajs %}
{% block content %}
{# board header #}
<div class="row">

View File

@@ -2,10 +2,6 @@
{% load i18n static %}
{# Title #}
{% block title %}{% translate "Report success" %}{% endblock %}
{# Extra JS #}
{% block extrajs %}
<script src="{% static 'board/report_window.js' %}"></script>
{% endblock extrajs %}
{# Body #}
{% block content %}
<div class="row" id="message">