Compare commits
2 Commits
eda6dd9f3f
...
43c333727d
Author | SHA1 | Date | |
---|---|---|---|
43c333727d | |||
![]() |
3da96a4007 |
@@ -1,6 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load package_extras %}
|
{% load package_extras %}
|
||||||
{% load humanize %}
|
{% load humanize %}
|
||||||
|
{% load details_link %}
|
||||||
|
|
||||||
{% block title %}Arch Linux - Flag Package - {{ package.pkgname }} {{ package.full_version }} ({{ package.arch.name }}){% endblock %}
|
{% block title %}Arch Linux - Flag Package - {{ package.pkgname }} {{ package.full_version }} ({{ package.arch.name }}){% endblock %}
|
||||||
{% block head %}<meta name="robots" content="noindex"/>{% endblock %}
|
{% block head %}<meta name="robots" content="noindex"/>{% endblock %}
|
||||||
@@ -29,9 +30,9 @@
|
|||||||
with your additional text.</p>
|
with your additional text.</p>
|
||||||
|
|
||||||
<p><strong>Note:</strong> Do <em>not</em> use this facility if the
|
<p><strong>Note:</strong> Do <em>not</em> use this facility if the
|
||||||
package is broken! The package will be unflagged and the report will be ignored!
|
package is broken! The package will be unflagged and the report will be ignored! File an issue on
|
||||||
<a href="https://bugs.archlinux.org/" title="Arch Linux Bugtracker">Use the
|
<a href="{% bugs_list package %}" title="Bug tickets for {{ package }}">the package's GitLab repository</a>
|
||||||
bugtracker to file a bug</a> instead.</p>
|
instead.</p>
|
||||||
|
|
||||||
<p>Please confirm your flag request for {{package.pkgname}}:</p>
|
<p>Please confirm your flag request for {{package.pkgname}}:</p>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user