Now authenicates access to services based on groups, not simple tags

This commit is contained in:
2010-02-28 23:09:33 +00:00
parent 0f2c57cd5a
commit b53e662200
8 changed files with 39 additions and 26 deletions

View File

@@ -8,7 +8,6 @@
<ul>
<li><b>Username:</b> {{ user.username }}</li>
<li><b>Corp Access?</b> {{ profile.corp_user }}</li>
</ul>
<h2>Service Accounts</h2>
@@ -31,11 +30,9 @@
</table>
{% endif %}
{% if profile.corp_user %}
<p>
<a href="/profile/add/service">Add Service</a>
</p>
{% endif %}
<br/>