{% load i18n %} {# form of copy of project ldt #}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" href="{{BASE_URL}}static/ldt/css/ldt.css" />
</head>
<body>
<div id="add_contribution">
<div class="title">{% trans "Copy your project" %}</div>
<form action="" method="POST">{% csrf_token %} <label for="title">{%
trans "Title" %}:</label> <input class="inputbox required" type="text"
name="title" size="80" ; value="" id="title" /> <input class="button"
id="ldt_submit" type="submit" value="{% trans 'Copy' %}" /></form>
</div>
</body>
</html>