Adjusting thigns to go to queue.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% for character in characters %}
|
||||
<h2>{{ character.name }}</h2>
|
||||
<h4>{{ character.title }}</h4>
|
||||
<p>{{ character.bio }}</p>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user