Skip to content

Commit

Permalink
Small tweak to user page headings
Browse files Browse the repository at this point in the history
  • Loading branch information
calpaterson committed Jul 30, 2024
1 parent 2bff871 commit b525353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csvbase/web/templates/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ <h1><a href="{{ url_for('csvbase.user', username=user.username) }}">{{ user.user
{% endif %}

{% if user_bio != None %}
<h2>About</h2>
<h2>About me</h2>
{{ user_bio|safe }}
{% endif %}

<h2>Tables</h2>
<h2>My tables</h2>

{% if table_page.has_next or table_page.has_prev %}
{{ pagination() }}
Expand Down

0 comments on commit b525353

Please sign in to comment.