mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-12 06:29:23 +00:00
[org] Update payment page
This commit is contained in:
parent
8173f9a2d5
commit
249a2addb5
@ -88,7 +88,7 @@
|
||||
{% endif %}
|
||||
{% if request.user.org and request.user.org.is_staff %}
|
||||
<div class="manage">
|
||||
{% block org_admin %}<a href="{% url 'org_user_admin'%}" title="{% trans "Admin" %}" class="a"><img src="{{ MEDIA_URL }}img/admin_in.png" alt="" /></a>{% endblock %}
|
||||
{% block org_admin %}<a href="{% url 'org_manage'%}" title="{% trans "Admin" %}" class="a"><img src="{{ MEDIA_URL }}img/admin_in.png" alt="" /></a>{% endblock %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
@ -12,11 +12,11 @@
|
||||
|
||||
|
||||
<div id="plans">
|
||||
<h3>Please finish the payment to continue. Thanks!</h3>
|
||||
<h3>{% trans "Please finish the payment to continue. Thanks!" %}</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th width="40%"></th>
|
||||
<th width="60%">Professional<br /><span class="price">$10/month</span></th>
|
||||
<th width="60%">Professional<br /><span class="price">$25/month</span></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="item">Storage</td>
|
||||
|
Loading…
Reference in New Issue
Block a user