diff options
author | Jef van Schendel <jefvanschendel@gmail.com> | 2011-06-02 22:09:52 +0200 |
---|---|---|
committer | Jef van Schendel <jefvanschendel@gmail.com> | 2011-06-02 22:09:52 +0200 |
commit | 6a6355a98957f52ac6d76de55aad584867f882fe (patch) | |
tree | 84c7100f92d9193a7199e4e8ecbb8ff2bf64c1d9 /mediagoblin/templates/mediagoblin/auth/resent_verification_email.html | |
parent | 54f9d72356e2c3ed1a3afa2cdced1704534f594c (diff) | |
parent | a77d952aa6659f0291f856495b18a43dd7e28508 (diff) | |
download | mediagoblin-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.html | 24 |
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 %} |