Use folders for privacy and terms for easier translations

Added missing page template instead of implicitly using base.html

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-11-26 17:20:38 +01:00
parent a3dab57e6b
commit 505d808f6c
9 changed files with 12 additions and 3 deletions

View file

@ -16,8 +16,8 @@ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
Most libraries in the following directories made by other people and
organizations and licensed in different ways:
Most libraries in the following directories on [GitHub](https://github.com/organicmaps/organicmaps)
made by other people and organizations and licensed in different ways:
- 3party
- tools

View file

@ -13,7 +13,7 @@ Lisansın bir kopyasını [http://www.apache.org/licenses/LICENSE-2.0](http://ww
Yürürlükteki yasalar gerektirmedikçe veya yazılı izin olmadan;
Lisans kapsamında dağıtılan yazılım, açık veya üstü kapalı olarak HİÇBİR GARANTİ
VEYA KOŞUL OLMADAN "OLDUĞU GİBİ" dağıtılır. Lisans kapsamındaki izinleri ve
VEYA KOŞUL OLMADAN "OLDUĞU GİBİ" dağıtılır. Lisans kapsamındaki izinleri ve
sınırlamaları yöneten belirli dil için Lisansa bakın.
Aşağıdaki dizinlerdeki kütüphanelerin çoğu diğer kişi ve

9
templates/page.html Normal file
View file

@ -0,0 +1,9 @@
{% extends 'base.html' %}
{% block content %}
<h1>{{ resource.title }}</h1>
{{ resource.content | safe }}
{% endblock content %}