aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/ldap/templates
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-07-09 11:20:57 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-08-15 15:58:44 -0700
commit547ab1d9d039e5292f266fa36f92cbac718e541f (patch)
tree87b53b79d3a94ffaa78f0ee40d61d938c2b7b322 /mediagoblin/plugins/ldap/templates
parentbcc12142aef5e5f47de3e99fcaad9c61610a4752 (diff)
downloadmediagoblin-547ab1d9d039e5292f266fa36f92cbac718e541f.tar.lz
mediagoblin-547ab1d9d039e5292f266fa36f92cbac718e541f.tar.xz
mediagoblin-547ab1d9d039e5292f266fa36f92cbac718e541f.zip
added a create_account hook
Diffstat (limited to 'mediagoblin/plugins/ldap/templates')
-rw-r--r--mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html b/mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html
new file mode 100644
index 00000000..947e4ae2
--- /dev/null
+++ b/mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html
@@ -0,0 +1,25 @@
+{#
+# GNU MediaGoblin -- federated, autonomous media hosting
+# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS.
+#
+# 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/>.
+#}
+
+{% block create_account %}
+ {% if allow_registration %}
+ <p>
+ {% trans %}Sign in to create an account!{% endtrans %}
+ </p>
+ {% endif %}
+{% endblock %}