mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fixed add tempates for HR
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user