Add template for translating (empty for now)

This commit is contained in:
Michal Čihař 2012-02-28 15:00:42 +01:00
parent d2ef58f523
commit f234a3bd06

12
html/translate.html Normal file
View File

@ -0,0 +1,12 @@
{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% include "translation_info.html" %}
{% endblock %}