summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-08 18:21:12 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-08 18:21:12 -0600
commite91a86a714686a22149b55c9d5f0210cec8fef52 (patch)
treeac7212b106dac7a357b3f5a1a834b17f431f07bc /templates
parenta4dbf1cd8d0769b1ff1e0d99217f92b28b92e0d4 (diff)
Add CORS
Diffstat (limited to 'templates')
-rw-r--r--templates/comments/form.jinja4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/comments/form.jinja b/templates/comments/form.jinja
index 4934149..8666c2d 100644
--- a/templates/comments/form.jinja
+++ b/templates/comments/form.jinja
@@ -15,7 +15,3 @@
<input type="submit" value="Submit" />
</div>
</form>
-
-<script type="text/javascript" src="{{ url_for('static', filename='js/comments/comment_form.js') }}"
- type="module"
-></script>