diff options
author | Filipp Lepalaan <filipp@mac.com> | 2016-02-25 23:23:49 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2016-02-25 23:23:49 +0200 |
commit | 4a115781283f27629088c221d46566c83d473c95 (patch) | |
tree | 99754a0d020501e4644049afb127c0c0adeba46a /servo | |
parent | 8217523bebdcdc9e46f58bb79b2d0659055e4bf1 (diff) | |
download | Servo-4a115781283f27629088c221d46566c83d473c95.tar.gz Servo-4a115781283f27629088c221d46566c83d473c95.tar.bz2 Servo-4a115781283f27629088c221d46566c83d473c95.zip |
Removed terms
Diffstat (limited to 'servo')
-rwxr-xr-x | servo/templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/default.html b/servo/templates/default.html index 8a62a4a..139d083 100755 --- a/servo/templates/default.html +++ b/servo/templates/default.html @@ -169,7 +169,7 @@ <li><i class="icon-home"></i> <a href="{% url 'accounts-list_orders' %}">{{ request.user.get_full_name }}</a> <span class="divider">/</span></li> {% block crumbs %}{% endblock crumbs %} </ul> - <small class="copyright pull-right muted">© {% now "Y" %} First Party Software | <a href="https://docs.servoapp.com/terms/" target="_blank">{% trans "Terms" %}</a></small> + <small class="copyright pull-right muted">© {% now "Y" %} First Party Software</small> </div> </div> <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.min.js"></script> |