Skip to content

Commit

Permalink
Merge pull request #61 from rtpg/patch-1
Browse files Browse the repository at this point in the history
Specify that the livereload server uses http
  • Loading branch information
kbuilds authored Mar 10, 2023
2 parents 442e256 + 76c2434 commit 54dd880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livereload/templatetags/livereload_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def livereload_script():
if settings.DEBUG:
return format_html(
"""<script src="{}:{}/livereload.js"></script>""",
"""<script src="http://{}:{}/livereload.js"></script>""",
livereload_host(),
livereload_port(),
)
Expand Down

0 comments on commit 54dd880

Please sign in to comment.