We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37d805 commit ab3353cCopy full SHA for ab3353c
1 file changed
templates/github_management/user_detail.html
@@ -59,6 +59,7 @@ <h3 class="text-lg leading-6 font-medium text-gray-900 dark:text-white">
59
});
60
})();
61
</script>
62
+{% endblock %}
63
<div class="ml-auto flex items-center space-x-3">
64
{% if is_following %}
65
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-green-100 text-green-800 dark:bg-green-900 dark:text-green-200">
@@ -237,6 +238,7 @@ <h4 class="text-lg font-medium text-gray-900 dark:text-white">
237
238
</div>
239
240
{% endblock %}
241
+{% block extra_js %}
242
<script>
243
(function(){
244
const form = document.querySelector('.refresh-form');
0 commit comments