Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelveigarangel committed Apr 30, 2024
1 parent 1ed8542 commit e70478b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<element name="creator">
<element name="none">
{% for research in object.researchers.all %}
<field name="value">{{research.given_names}} {{research.last_name}}</field>
<field name="value">{{research.person_name}}</field>
{% endfor %}
</element>
</element>
Expand Down

0 comments on commit e70478b

Please sign in to comment.