From 53784f4db1eb972ad7bc849c4a119f407ad07137 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Tue, 7 Oct 2008 11:10:06 -0400 Subject: use external links to avoid duplicate code between projects --- templates/devel/developers.html | 67 ----------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 templates/devel/developers.html (limited to 'templates/devel/developers.html') diff --git a/templates/devel/developers.html b/templates/devel/developers.html deleted file mode 100644 index 179e03aa..00000000 --- a/templates/devel/developers.html +++ /dev/null @@ -1,67 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-

Arch Linux Core Developers

-

-
- {% for dev in devs %} - {{ dev.first_name }}{{ dev.last_name.0|upper }}   - {% endfor %} -


- - - {% for dev in devs %} - - - - {% endfor %} -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name:{{ dev.get_full_name }}
Alias:{{ dev.get_profile.alias }}
Email:{{ dev.get_profile.public_email }}
Other Contact:{{ dev.get_profile.other_contact }}
Roles:{{ dev.get_profile.roles }}
-
Website:{{ dev.get_profile.website }}
Occupation:{{ dev.get_profile.occupation }}
YOB:{% if dev.get_profile.yob %}{{ dev.get_profile.yob }}{% else %} {% endif %}
Location:{{ dev.get_profile.location }}
Languages:{{ dev.get_profile.languages }}
Interests:{{ dev.get_profile.interests }}
Favorite Distros:{{ dev.get_profile.favorite_distros }}
-
-
-

-{% endblock %} - -- cgit v1.2.3-54-g00ecf