app/soc/templates/soc/user/roles/public.html
author Todd Larsen <tlarsen@google.com>
Tue, 19 Aug 2008 23:51:31 +0000
changeset 84 1b31d238ba39
parent 82 app/soc/templates/soc/user/roles/dashboard.html@1456e633bf8a
permissions -rw-r--r--
Flesh out the user/roles placeholders a little bit more.

{% extends "soc/base.html" %}
{% comment %}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}

{% block body %}
    <div class="todo">TODO(tlarsen): this template is currently a placeholder for future work</div>
{% endblock %}