Skip to content

Commit

Permalink
Update django5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DonatasNoreika authored Jan 22, 2024
1 parent c95a190 commit 4eeaf36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Django/MDs5/django5.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ belieka sukurti *author.html*:
{% block "content" %}
<p><strong>Vardas: </strong>{{ author.first_name }}</p>
<p><strong>Pavardė: </strong>{{ author.last_name }}</p>
<p>{{ author.description|safe }}</p>
<hr>
<p><strong>Jo knygos:</strong></p>
{% for book in author.books.all %}
Expand Down

0 comments on commit 4eeaf36

Please sign in to comment.