diff options
Diffstat (limited to 'python/templates/includes/downloads/warnings.html')
-rw-r--r-- | python/templates/includes/downloads/warnings.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/templates/includes/downloads/warnings.html b/python/templates/includes/downloads/warnings.html deleted file mode 100644 index 38a1eb5..0000000 --- a/python/templates/includes/downloads/warnings.html +++ /dev/null @@ -1,11 +0,0 @@ -<div class="alert alert-info"> - <strong><span class="fa fa-fw fa-info-circle"></span> Processor Compatibility</strong> - <p> - {% if key == 'amd64' %} - The <em>amd64</em> architecture is intended for use on AMD 64-bit CPUs as well as 64-bit <strong>Intel Pentium/Core/Xeon</strong> processors. - {% elif key == 'x86' %} - There are two builds of the <em>x86</em> architecture: <em>i486</em> and <em>i686</em>.<br /> - Processors prior to the <strong>Intel Pentium Pro</strong> or <strong>Pentium II</strong> require the <em>i486</em> variant to be used. - {% endif %} - </p> -</div>
\ No newline at end of file |