pretix Community Edition moves to AGPLv3-based license (#2023)

This commit is contained in:
Raphael Michel
2021-04-12 10:33:47 +02:00
committed by GitHub
parent ce834d7028
commit a93287207b
544 changed files with 15565 additions and 313 deletions

View File

@@ -0,0 +1,13 @@
{% extends "error.html" %}
{% load i18n %}
{% load rich_text %}
{% load static %}
{% block title %}{% trans "Source code" %}{% endblock %}
{% block content %}
<i class="fa fa-code fa-fw big-icon"></i>
<div class="error-details">
<h1>{% trans "Source code" %}</h1>
<p>{% trans "This site is powered by free software. If you want to read the license terms or obtain the source code, follow these links or instructions:" %}</p>
{{ notice|rich_text }}
</div>
{% endblock %}