We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81241e commit ae95ea9Copy full SHA for ae95ea9
website/templates/profile.html
@@ -365,8 +365,7 @@ <h1 class="page-header text-capitalize">{{ user.username }}</h1>
365
{% include '_activity.html' %}
366
{% endfor %}
367
</div>
368
- <a href="/all_activity?user={{ user.username }}" class="btn btn-default btn-block">{% trans 'View All
369
- Activity by' %} {{ user.username }}</a>
+ <a href="/all_activity?user={{ user.username }}" class="btn btn-default btn-block">{% trans 'View All Activity by' %} {{ user.username }}</a>
370
{% else %}
371
<div class="text-center">{% trans 'No Activity Yet' %}!</div>
372
{% endif %}
0 commit comments