regluit/api/templates/load_yaml.html

19 lines
286 B
HTML
Raw Normal View History

2016-05-11 14:41:50 +00:00
2015-07-30 04:34:05 +00:00
<!DOCTYPE html>
<html>
<head>
<title>load_yaml</title>
</head>
<body>
<form method="POST" action={% url 'load_yaml' %}>
{% csrf_token %}
url: <input type="text" name="repo_url" length="30">
<input type="submit" name="submit" value="load YAML metadata">
</form>
</body>
</html>