alpinesmuseum-public/efundburo/templates/admin/base_site.html

15 lines
429 B
HTML

{% extends "admin/base.html" %}
{% load i18n %}
{% block title %}{{ title }} | {% trans 'Administration e-fundbüro' %}{% endblock %}
{% block extrastyle %}
<style>
#header{ background-color: #fee600; color: black; height: 2em;}
#header a:link, #header a:visited {color: #10154f;}
#header h1 {color: black;}
</style>
{% endblock extrastyle%}
{% block branding %}<h1>{% trans 'Administration e-fundbüro' %}</h1>{% endblock %}