We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102635f commit 35a44f6Copy full SHA for 35a44f6
examples/yoti_example_flask/templates/profile.html
@@ -1,4 +1,4 @@
1
-{% macro parse_documents(prop) %}
+{% macro parse_document_images(prop) %}
2
{% for image in prop.value %}
3
<img src="{image.value.base64_content() }" />
4
{% endfor %}
@@ -29,7 +29,7 @@
29
<div class="yoti-attribute-value">
30
<div class="yoti-attribute-value-text">
31
{% if prop.name == "document_images" %}
32
- {{ parse_documents(prop) }}
+ {{ parse_document_images(prop) }}
33
{% elif prop.name == "structured_postal_address" %}
34
{{ parse_structured_address(prop) }}
35
{% else %}
0 commit comments