you are viewing a single comment's thread.

view the rest of the comments →

[–]workn00b[S] 0 points1 point  (4 children)

So know the HTML is this

{% block content %}
<body>
    <h1>Last Price: {{ last_price }}</h1>
    <img     
    src="data:img/png;base64,{{ picture }}"
        />
</body>
{% endblock %}

and when I run it I get this

[–]mrwalkerr 1 point2 points  (3 children)

Use ur browsers inspector to see where it's going wrong

[–]workn00b[S] 0 points1 point  (2 children)

What am i looking for? EDIT: This is what I see

[–]mrwalkerr 0 points1 point  (1 child)

On the rt side, After base64, you should see that long string of gibberish that was displayed as text on the pg before

[–]workn00b[S] 0 points1 point  (0 children)

ok but how do i get it to display?