Skip to content

Commit

Permalink
feat(api): Update API template to use name Centurion
Browse files Browse the repository at this point in the history
ref: #345 #346
  • Loading branch information
jon-nfc committed Oct 12, 2024
1 parent 0d116ea commit ae98639
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/templates/rest_framework/api.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "rest_framework/base.html" %}

{% block branding %}
<a class='navbar-brand' rel="nofollow" href='https://nofusscomputing.com/'>
Centurion ERP
</a>
{% endblock %}

0 comments on commit ae98639

Please sign in to comment.