feat(api): Update API template to use name Centurion

ref: #345 #346
This commit is contained in:
2024-10-12 17:53:45 +09:30
parent b471718b6a
commit 65a47db81d

View File

@ -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 %}