You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/06/08 13:22:36 UTC

allura git commit: Specify title for /nf/admin/new_projects page

Repository: allura
Updated Branches:
  refs/heads/master ff00dd7ed -> 32b8d70cb


Specify title for /nf/admin/new_projects page


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/32b8d70c
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/32b8d70c
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/32b8d70c

Branch: refs/heads/master
Commit: 32b8d70cb96358d908754ebe9848ff78eaecdc2f
Parents: ff00dd7
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Jun 8 09:15:45 2016 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jun 8 09:15:45 2016 -0400

----------------------------------------------------------------------
 Allura/allura/templates/site_admin_new_projects.html | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/32b8d70c/Allura/allura/templates/site_admin_new_projects.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/site_admin_new_projects.html b/Allura/allura/templates/site_admin_new_projects.html
index 415c709..aa366fa 100644
--- a/Allura/allura/templates/site_admin_new_projects.html
+++ b/Allura/allura/templates/site_admin_new_projects.html
@@ -21,6 +21,8 @@
 
 {% extends 'allura:templates/site_admin.html' %}
 
+{% block title %}New Projects{% endblock %}
+
 {% macro _paging() %}
 <div class="paging">
     <a class="newer" title="Newer" href="{{ newer_url }}">&lt;</a>&nbsp;&hellip;&nbsp;