Skip to content

Commit

Permalink
Update dashboard.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Dec 17, 2023
1 parent 4a6eba8 commit 79c09ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ <h1 class="textCenter">Posts</h1>
<h1>This user haven't posted yet.</h1>
{% else %}
<p class="userDashboardNoPost">
You don't have any posts. Do you want
<a href="/createpost" class="textPrimary">create a post</a> ?
No post yet,
<a href="/createpost" class="textPrimary">create one</a>?
</p>
{% endif %} {% endif %} {% if showComments and not request.path ==
"/admin/posts"%}
Expand Down

0 comments on commit 79c09ee

Please sign in to comment.