aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/registration_closed.html
blob: 3501f3e673c4131bbce5ed4951c0c7a3718d3edd (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load staticfiles %}
{% load url from future %}

{# registration closed #}

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

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