Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8483951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:14:54+00:00 2026-06-10T20:14:54+00:00

I have a small problem when my code is retrieved by javaScript from Python,

  • 0

I have a small problem when my code is retrieved by javaScript from Python, i get unicode values to my script where my browser gives an error in the developer console.

The script inside my archive.html page –

<script>
    var results = {{myposts}};
    console.log(results);
</script>

My Python code –

def archive(request):
    test = ["a","b","c"]
    t = loader.get_template("archive.html")
    c = Context({'myposts' : test})
    return HttpResponse(t.render(c))

I tried c = Context({'myposts' : simplejson.dumps(test)}) , but it gave the problem.
My browsers give me and arror Uncaught SyntaxError: Unexpected token & and my console shows my array with unicode values [&#39;a&#39;, &#39;b&#39;, &#39;c&#39;]

How do i make it look like – ["a","b","c"]

What do i change in my Python code or JavaScript

Thanks for the help in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T20:14:55+00:00Added an answer on June 10, 2026 at 8:14 pm

    Looks like it’s getting HTML-escaped on output. What if you do this?:

    var results = {{ myposts|safe }};
    

    (Use with caution — you may want to perform some escaping depending where the data is coming from.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a small problem in my code. I'm using fetch_assoc to get data
I have a small problem i'm using this code to start counting from 20
Im having a small problem with my code. I have been trying to read
Here a small piece of code for testing and explain the problem. I have
I have a small problem on IE browser (actually on Google Chrome too) I
I have a small problem: I have a List of fields, with 3 Values.
I have small problem with simple code. This code is working properly on x86
I have small problem. What I want to achieve is adding sum of values
I have a small problem with the UITableviewCell. i'm using the code: UIView *cellBackView
i have a small problem in my code when i try to update the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.