Skip to content

Commit

Permalink
Addendum to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bum8hj committed Apr 6, 2024
1 parent ee044ba commit 7ac9e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/posts/templates/posts/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="{% static 'posts/detail.js' %}" defer></script>
{% endblock scripts %}

{% block title %}{{obj.title}} detail{% endblock %}
{% block title %}{{obj.title}}{% endblock %}

{% block content %}
<!-- Update Modal -->
Expand Down
2 changes: 1 addition & 1 deletion src/posts/templates/posts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% endblock scripts %}

{% block title %}
posts
Posts
{% endblock title %}

{% block content %}
Expand Down

0 comments on commit 7ac9e6f

Please sign in to comment.