This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
csmb-housewars/templates/admin/base_site.html

17 lines
No EOL
318 B
HTML

{% extends "admin/base_site.html" %}
{% block title %}
{% if subtitle %}
{{ subtitle }} |
{% endif %}
{{ title }} | House Wars Admin
{% endblock %}
{% block branding %}
<h1 id="site-name">
<a href="{% url 'admin:index' %}">House Wars Administration</a>
</h1>
{% endblock %}
{% block nav-global %}
{% endblock %}