rights holder tools now lists platform agreements that user administers; rights@gluejar.com is now an admin account
parent
0328430169
commit
8478f3c4a7
|
@ -1,8 +1,17 @@
|
||||||
{% extends "basedocumentation.html" %}
|
{% extends "basedocumentation.html" %}
|
||||||
|
{% block title %}Tools for Rightsholders {% endblock %}
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
|
|
||||||
<h1>unglue.it tools for rightsholders</h1>
|
<h1>unglue.it Tools for Rightsholders</h1>
|
||||||
|
{% if request.user.rights_holder %}
|
||||||
|
<h2>Rights Holders That You Administer</h2>
|
||||||
|
{% for rights_holder in request.user.rights_holder.all %}
|
||||||
|
<h3>Name: {{ rights_holder.rights_holder_name }}</h3>
|
||||||
|
<p>PSA #: {{ rights_holder.id }}<br/>
|
||||||
|
contact email: {{ rights_holder.email }}<br/>
|
||||||
|
</p>
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<h2>Rightsholder FAQ/How to launch a campaign</h2>
|
<h2>Rightsholder FAQ/How to launch a campaign</h2>
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ ADMINS = (
|
||||||
('Raymond Yee', 'rdhyee+ungluebugs@gluejar.com'),
|
('Raymond Yee', 'rdhyee+ungluebugs@gluejar.com'),
|
||||||
('Eric Hellman', 'eric@gluejar.com'),
|
('Eric Hellman', 'eric@gluejar.com'),
|
||||||
('Andromeda Yelton', 'andromeda@gluejar.com'),
|
('Andromeda Yelton', 'andromeda@gluejar.com'),
|
||||||
|
('Rights Admin', 'rights@gluejar.com'),
|
||||||
)
|
)
|
||||||
|
|
||||||
MANAGERS = ADMINS
|
MANAGERS = ADMINS
|
||||||
|
|
Loading…
Reference in New Issue