rename .html to .jinja2, part 2

This commit is contained in:
Yusur 2023-03-16 14:24:29 +01:00
parent 2887d94a8c
commit 722ceb4724
32 changed files with 33 additions and 33 deletions

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Pages linking to “{{ p.title }}” - {{ app_name }}{% endblock %} {% block title %}Pages linking to “{{ p.title }}” - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Bad Request - {{ app_name }}{% endblock %} {% block title %}Bad Request - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Calendar {{ app_name }}{% endblock %} {% block title %}Calendar {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Circles {{ app_name }}{% endblock %} {% block title %}Circles {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Circles {{ app_name }}{% endblock %} {% block title %}Circles {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Circles {{ app_name }}{% endblock %} {% block title %}Circles {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Circles {{ app_name }}{% endblock %} {% block title %}Circles {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}List of contacts {{ app_name }}{% endblock %} {% block title %}List of contacts {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Create new contact {{ app_name }}{% endblock %} {% block title %}Create new contact {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Contact {{ p.code }} {{ app_name }}{% endblock %} {% block title %}Contact {{ p.code }} {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Contributions of {{ u.username }} - {{ app_name }}{% endblock %} {% block title %}Contributions of {{ u.username }} - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}{{ T('easter-date-calc') }} - {{ app_name }}{% endblock %} {% block title %}{{ T('easter-date-calc') }} - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %} {% block title %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Export pages - {{ app_name }}{% endblock %} {% block title %}Export pages - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Access Denied - {{ app_name }}{% endblock %} {% block title %}Access Denied - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Page history - {{ app_name }}{% endblock %} {% block title %}Page history - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}{{ T('homepage') }} - {{ app_name }}{% endblock %} {% block title %}{{ T('homepage') }} - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Import pages - {{ app_name }}{% endblock %} {% block title %}Import pages - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Internal Server Error - {{ app_name }}{% endblock %} {% block title %}Internal Server Error - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Best pages - {{ app_name }}{% endblock %} {% block title %}Best pages - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block content %} {% block content %}
<h1>Notes by date</h1> <h1>Notes by date</h1>

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Notes tagged #{{ tagname }} - {{ app_name }}{% endblock %} {% block title %}Notes tagged #{{ tagname }} - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}{{ T('login') }} {{ app_name }}{% endblock %} {% block title %}{{ T('login') }} {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}{{ d.strftime("%B %Y") }} {{ app_name }}{% endblock %} {% block title %}{{ d.strftime("%B %Y") }} {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Not found - {{ app_name }}{% endblock %} {% block title %}Not found - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}{{ T('sign-up') }} {{ app_name }}{% endblock %} {% block title %}{{ T('sign-up') }} {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}{% if q %}Search results for "{{ q }}"{% else %}Search{% endif %} - {{ app_name }}{% endblock %} {% block title %}{% if q %}Search results for "{{ q }}"{% else %}Search{% endif %} - {{ app_name }}{% endblock %}
@ -22,7 +22,7 @@
<ul class="nl-list"> <ul class="nl-list">
{% for n in results %} {% for n in results %}
<li>{% include "includes/nl_item.html" %}</li> <li>{% include "includes/nl_item.jinja2" %}</li>
{% endfor %} {% endfor %}
</ul> </ul>
{% elif q %} {% elif q %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Statistics - {{ app_name }}{% endblock %} {% block title %}Statistics - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block content %} {% block content %}
<h1>Upload new file</h1> <h1>Upload new file</h1>

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}Info on file "{{ upl.name }}" - {{ app_name }}{% endblock %} {% block title %}Info on file "{{ upl.name }}" - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "base.jinja2" %}
{% block title %}{{ p.title }} - {{ app_name }}{% endblock %} {% block title %}{{ p.title }} - {{ app_name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "view.html" %} {% extends "view.jinja2" %}
{% block meta %} {% block meta %}
<meta name="robots" content="noindex,nofollow" /> <meta name="robots" content="noindex,nofollow" />