Add license header in templates
This commit is contained in:
parent
920f07339a
commit
fb99407d1f
4 changed files with 12 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{% extends "photologue/root.html" %}
|
||||
{% comment %}
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
{% endcomment %}
|
||||
{% load static i18n %}
|
||||
|
||||
{% block title %}{{ gallery.title }}{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue