aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/registration_closed.html
blob: 7368c71fa985d8e8cf11214bcbf131f7ba84b67f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{% extends 'base.html' %}
{% load staticfiles %}
{% load url from future %}

{# registration closed #}

{% block title %}
注册已关闭 | 2014 SKA Summer School
{% endblock %}

{% block content %}
  <div class="container">
    <h2>注册已关闭</h2>
    <p class="lead">很抱歉,暑期学校注册已经关闭。</p>
    <p>如果您有需要,请与我们联系:<a href="mailto:skaschool2014@163.com"><code>skaschool2014@163.com</code></a></p>
  </div>
{% endblock %}

{# vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=htmldjango.html: #}