Fixed add tempates for HR

This commit is contained in:
2010-04-30 16:41:30 +01:00
parent 0fde4c2e3f
commit 07e0e11472
2 changed files with 3 additions and 5 deletions

View File

@@ -1,11 +1,9 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %}Add EVE API Key{% endblock %} {% block title %}Create Application{% endblock %}
{% block content %} {% block content %}
<p>Select a character you wish to recommend from, then select your friend's current application. <p>Select the character you wish to apply with, then the corporation you wish to apply for.</p>
The person you are recommending needs to have created their application before you can add a recommendation.</p>
<form action="{% url hr.views.add_application %}" method="post"> <form action="{% url hr.views.add_application %}" method="post">
<table> <table>

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %}Add EVE API Key{% endblock %} {% block title %}Add Recommendation{% endblock %}
{% block content %} {% block content %}
<p>Select a character you wish to recommend from, then select your friend's current application. <p>Select a character you wish to recommend from, then select your friend's current application.