Skip to content

Commit 20bc16e

Browse files
jonfroehlichclaude
andcommitted
feat(admin): add GitHub repo link to admin user-links bar
Overrides the admin userlinks block in base_site.html to surface a link to the project's GitHub repo alongside View site / Change password / Log out. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 88d1941 commit 20bc16e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/templates/admin/base_site.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
</div>
1515
{% endblock %}
1616

17+
{% block userlinks %}
18+
<a href="https://github.com/makeabilitylab/makeabilitylabwebsite" target="_blank" rel="noopener">GitHub</a> /
19+
{{ block.super }}
20+
{% endblock %}
21+
1722
{% block extrastyle %}
1823
{{ block.super }}
1924
<style>

0 commit comments

Comments
 (0)