]> git.ipfire.org Git - ipfire.org.git/blob - templates/downloads-development.html
Drop German translation
[ipfire.org.git] / templates / downloads-development.html
1 {% extends "downloads-older.html" %}
2
3 {% block title %}{{ _("Development Downloads") }}{% end block %}
4
5 {% block information %}
6 <h3>{{ _("Development Downloads") }}</h3>
7
8 <p>
9 The developers do create a snapshort version from the current
10 development sources to get this distributed to a higher number
11 of testers.<br />
12 These versions are <strong>not</strong> intended to be used in a
13 productive environment.
14 </p>
15 {% end block %}