aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates/mediagoblin/auth/resent_verification_email.html
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-06-02 22:09:52 +0200
committerJef van Schendel <jefvanschendel@gmail.com>2011-06-02 22:09:52 +0200
commit6a6355a98957f52ac6d76de55aad584867f882fe (patch)
tree84c7100f92d9193a7199e4e8ecbb8ff2bf64c1d9 /mediagoblin/templates/mediagoblin/auth/resent_verification_email.html
parent54f9d72356e2c3ed1a3afa2cdced1704534f594c (diff)
parenta77d952aa6659f0291f856495b18a43dd7e28508 (diff)
downloadmediagoblin-6a6355a98957f52ac6d76de55aad584867f882fe.tar.lz
mediagoblin-6a6355a98957f52ac6d76de55aad584867f882fe.tar.xz
mediagoblin-6a6355a98957f52ac6d76de55aad584867f882fe.zip
Merge remote-tracking branch 'gitorious/master'
Diffstat (limited to 'mediagoblin/templates/mediagoblin/auth/resent_verification_email.html')
-rw-r--r--mediagoblin/templates/mediagoblin/auth/resent_verification_email.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/resent_verification_email.html b/mediagoblin/templates/mediagoblin/auth/resent_verification_email.html
new file mode 100644
index 00000000..da3a9e99
--- /dev/null
+++ b/mediagoblin/templates/mediagoblin/auth/resent_verification_email.html
@@ -0,0 +1,24 @@
+{#
+# GNU MediaGoblin -- federated, autonomous media hosting
+# Copyright (C) 2011 Free Software Foundation, Inc
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#}
+{% extends "mediagoblin/base.html" %}
+
+{% block mediagoblin_content %}
+ <p>
+ Resent your verification email.
+ </p>
+{% endblock %}