mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07:50 +02:00
* Add options for a disclaimer, fix html code and remove deprecations * Update READMEs * Minor improvement to portal admin [skip ci]
6 lines
155 B
HTML
6 lines
155 B
HTML
{% extends "pagination.html" %}
|
|
|
|
{% block header %}
|
|
<div class="text-body-secondary">{{ site_conf.about | safe }}</div>
|
|
{% endblock %}
|