From 07e0e11472521f186215ca820930a432730219a1 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 30 Apr 2010 16:41:30 +0100 Subject: [PATCH] Fixed add tempates for HR --- templates/hr/applications/add.html | 6 ++---- templates/hr/recommendations/add.html | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/hr/applications/add.html b/templates/hr/applications/add.html index 849d4ed..bec7713 100644 --- a/templates/hr/applications/add.html +++ b/templates/hr/applications/add.html @@ -1,11 +1,9 @@ {% extends "base.html" %} -{% block title %}Add EVE API Key{% endblock %} +{% block title %}Create Application{% endblock %} {% block content %} -

Select a character you wish to recommend from, then select your friend's current application. - -The person you are recommending needs to have created their application before you can add a recommendation.

+

Select the character you wish to apply with, then the corporation you wish to apply for.

diff --git a/templates/hr/recommendations/add.html b/templates/hr/recommendations/add.html index e71ce18..1bc2d59 100644 --- a/templates/hr/recommendations/add.html +++ b/templates/hr/recommendations/add.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Add EVE API Key{% endblock %} +{% block title %}Add Recommendation{% endblock %} {% block content %}

Select a character you wish to recommend from, then select your friend's current application.