Skip to content
GitLab
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/admin/index.html
View file @
03785621
{% extends "admin/base_site.html" %}
{% load i18n
admin_
static %}
{% load i18n static %}
{% block extrastyle %}{{ block.super }}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
admin
/
css
/
dashboard.css
"
%}"
/>
{% endblock %}
...
...
templates/base.html
View file @
03785621
{% load static
from staticfiles
%}
<!DOCTYPE html>
{% load static %}
<!DOCTYPE html>
{% load group %}
<html
lang=
"en"
>
<head>
...
...
templates/devel/admin_log.html
View file @
03785621
{% extends "admin/base_site.html" %}
{% load i18n
admin_
static %}
{% load i18n static %}
{% block extrastyle %}{{ block.super }}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
admin
/
css
/
dashboard.css
"
%}"
/>
{% endblock %}
...
...
templates/devel/clock.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load flags %}
{% load tz %}
...
...
templates/devel/index.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load cache %}
{% load package_extras %}
{% load todolists %}
...
...
templates/devel/packages.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load attributes %}
{% load package_extras %}
...
...
templates/devel/profile.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - Edit Profile{% endblock %}
...
...
templates/mirrors/mirror_details.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load mirror_status %}
{% load admin_urls %}
...
...
templates/mirrors/mirrors.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load flags %}
{% block title %}Arch Linux - Mirror Overview{% endblock %}
...
...
templates/mirrors/status.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load mirror_status %}
{% block title %}Arch Linux - Mirror Status{% if tier != None %} - Tier {{ tier }}{% endif %}{% endblock %}
...
...
templates/mirrors/url_details.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load mirror_status %}
{% load flags %}
...
...
templates/news/add.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - News: {% if form.instance.id %}Edit{% else %}Add{% endif %} Article{% endblock %}
{% block content %}
...
...
templates/packages/details.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - {{ pkg.pkgname }} {{ pkg.full_version }} ({{ pkg.arch.name }}){% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
...
...
templates/packages/differences.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load package_extras %}
{% block title %}Arch Linux - Package Differences Reports{% endblock %}
...
...
templates/packages/flaghelp.html
View file @
03785621
{% load static
from staticfiles
%}
<!DOCTYPE html>
{% load static %}
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<title>
Flagging Packages
</title>
...
...
templates/packages/groups.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - Package Groups{% if arch %} - {{ arch }}{% endif %}{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
...
...
templates/packages/opensearch.xml
View file @
03785621
{% load static
from staticfiles
%}
<?xml version="1.0" encoding="UTF-8"?>
{% load static %}
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription
xmlns=
"http://a9.com/-/spec/opensearch/1.1/"
>
<ShortName>
Arch Packages
</ShortName>
<LongName>
Arch Linux Package Repository Search
</LongName>
...
...
templates/packages/packages_list.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load package_extras %}
{% block title %}Arch Linux - {{ name }} ({{ arch.name }}) - {{ list_title }}{% endblock %}
...
...
templates/packages/signoffs.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% load package_extras %}
{% block title %}Arch Linux - Package Signoffs{% endblock %}
...
...
templates/packages/stale_relations.html
View file @
03785621
{% extends "base.html" %}
{% load static
from staticfiles
%}
{% load static %}
{% block title %}Arch Linux - Stale Package Relations{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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