From 9c0a71a2d759d124e3df30c30db3ac17cfe07129 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Mon, 3 Sep 2012 19:06:15 +0200 Subject: [PATCH] remove unused template --- mygpo/web/templates/migrate.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 mygpo/web/templates/migrate.html diff --git a/mygpo/web/templates/migrate.html b/mygpo/web/templates/migrate.html deleted file mode 100644 index 380522bf..00000000 --- a/mygpo/web/templates/migrate.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block title %}{% trans "Select a Username" %}{% endblock %} - -{% block header %} -

{{ url }}

-{% endblock %} - -{% block content %} -

{% blocktrans with username|striptags as user_name %}The new {{ url }} uses usernames instead of email addresses. Based on your email address, we think you might like {{user_name}}, but you can change that if you want to.{% endblocktrans %}

- -
- {% csrf_token %} - Username:

- -
-

{% trans "You can keep your old user settings in gPodder. Once the next version (with lots of new features) is release, you'll have to replace your email address with your username." %}

-{% endblock %} - -- 2.11.4.GIT