aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorAleksandar Micovic <aleks.micovic@gmail.com>2011-05-30 23:51:30 -0400
committerAleksandar Micovic <aleks.micovic@gmail.com>2011-05-30 23:51:30 -0400
commit28afb47ca82b0857aad546ef4cbf869de1ca95a5 (patch)
treed587cf5492c9cca298807fffe164655625707a6d /mediagoblin/templates
parent8bfc87e18e0d3654ddb85b8644002ce6d3610f05 (diff)
downloadmediagoblin-28afb47ca82b0857aad546ef4cbf869de1ca95a5.tar.lz
mediagoblin-28afb47ca82b0857aad546ef4cbf869de1ca95a5.tar.xz
mediagoblin-28afb47ca82b0857aad546ef4cbf869de1ca95a5.zip
Added a temporary verification page informing the user they need
to authenticate.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/auth/verification_needed.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/verification_needed.html b/mediagoblin/templates/mediagoblin/auth/verification_needed.html
new file mode 100644
index 00000000..26ea84dc
--- /dev/null
+++ b/mediagoblin/templates/mediagoblin/auth/verification_needed.html
@@ -0,0 +1,29 @@
+{#
+# 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>
+ Verfication needed!<br />
+ Please check your email to verify your account.
+ </p>
+
+ <p>
+ Still haven't received an email? <a href="#">Click here to resend it.</a>
+ </p>
+{% endblock %}