Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
03785621
Verified
Commit
03785621
authored
Feb 26, 2020
by
Jelle van der Waa
🚧
Committed by
Jelle van der Waa
Apr 08, 2020
Browse files
templates: "load staticfiles" is deprecated in favor of "load static"
Signed-off-by:
Jelle van der Waa
<
jelle@archlinux.org
>
parent
c7bb768b
Changes
33
Hide whitespace changes
Inline
Side-by-side
templates/planet/index.html
View file @
03785621
{% extends "base.html" %}
{% load cache %}
{% load static
from staticfiles
%}
{% load static %}
{% block head %}
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"Arch Linux Planet"
href=
"{% url 'planet-feed' %}"
/>
...
...
templates/public/art.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - Artwork{% endblock %}
...
...
templates/public/donate.html
View file @
03785621
{% extends "base.html" %}
{% load cache %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - Donate{% endblock %}
...
...
templates/public/download.html
View file @
03785621
{% extends "base.html" %}
{% load cache %}
{% load static
from staticfiles
%}
{% load static %}
{% load flags %}
{% block title %}Arch Linux - Downloads{% endblock %}
...
...
templates/public/index.html
View file @
03785621
{% extends "base.html" %}
{% load cache %}
{% load static
from staticfiles
%}
{% load static %}
{% block head %}
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"Arch Linux News Updates"
href=
"/feeds/news/"
/>
...
...
templates/public/keys.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load pgp %}
{% block title %}Arch Linux - Master Signing Keys{% endblock %}
...
...
templates/public/userlist.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load cache %}
{% block title %}Arch Linux - {{ group.name }}{% endblock %}
...
...
templates/registration/login.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - Developer Login{% endblock %}
...
...
templates/releng/netboot.html
View file @
03785621
{% extends "base.html" %}
{% load static
files
%}
{% load static %}
{% block title %}Arch Linux - Netboot{% endblock %}
...
...
templates/releng/release_list.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - Releases{% endblock %}
...
...
templates/todolists/list.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - Todo Lists{% endblock %}
...
...
templates/todolists/view.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load package_extras %}
{% load todolists %}
...
...
templates/visualize/index.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - Visualizations{% endblock %}
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment