diff options
author | sunnychaudhari <yuvaraj.chaudhari1@gmail.com> | 2014-10-02 23:34:58 +0530 |
---|---|---|
committer | sunnychaudhari <yuvaraj.chaudhari1@gmail.com> | 2014-10-02 23:34:58 +0530 |
commit | 164e6ffd4903255525ce4cc239077dc4bedf2600 (patch) | |
tree | f1084edd6a73394a58524d39534c502a1ff8f141 /gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/forum.html | |
parent | e3ea0fb10aabcf8beddaae2c67e511e76cf46dec (diff) | |
download | gnowsys-164e6ffd4903255525ce4cc239077dc4bedf2600.tar.gz |
Removed option to create New pages, files, forums, quizes from editor mode
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/forum.html')
-rw-r--r-- | gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/forum.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/forum.html b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/forum.html index 6b1a81cb..5b0526db 100644 --- a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/forum.html +++ b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/forum.html @@ -31,7 +31,7 @@ {% block meta_content %} - {% blocktrans %}<h3>Forums</h3>{% endblocktrans %} + {% blocktrans %}<h2 class="subheader">Forums</h2>{% endblocktrans %} {% if user.is_authenticated %} {% user_access_policy groupid request.user as user_access %} |