diff --git a/pagure/themes/srcfpo/templates/userprofile_master.html b/pagure/themes/srcfpo/templates/userprofile_master.html index 87ed628..dd4a089 100644 --- a/pagure/themes/srcfpo/templates/userprofile_master.html +++ b/pagure/themes/srcfpo/templates/userprofile_master.html @@ -24,7 +24,7 @@ user.created | humanize }} {% if config['FAS_URL'] %} • (fas){% endif %} - + @@ -109,3 +109,12 @@ {% endblock %} + +{% block jscripts %} +{{ super() }} + +{% endblock %} \ No newline at end of file