You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
397 B
17 lines
397 B
4 years ago
|
{% extends "base.html" %}
|
||
|
{% load static %}
|
||
|
|
||
|
{% block title %}
|
||
|
人才招聘
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
<!-- 主体内容 -->
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="alert alert-success">
|
||
|
<strong>成功!</strong> 简历信息已成功上传,初试结果近期会以邮件方式发送至您的邮箱。
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{% endblock %}
|