Skip to content

Commit

Permalink
Changed links in footer
Browse files Browse the repository at this point in the history
Change-Id: I50bcac31d707f06bde52d5d1a3ea38a52e7484a1
  • Loading branch information
teone committed Jul 8, 2016
1 parent c66fc5e commit b59433b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion views/style/bs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module.exports = {
'../../xos/core/static/xos.css',
'../../xos/xos/**/*.py'
],
proxy: "xos.dev:9999",
proxy: "192.168.46.100:9999",
open: true
};
6 changes: 3 additions & 3 deletions xos/templates/admin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,15 @@ <h2 class="content-title">{{ title }}</h2>
<div class="row">
<div class="tools col-xs-4">
{% block footer_links %}
<a href="http://djangosuit.com/support/" target="_blank" class="icon">
<a href="https://wiki.opencord.org/" target="_blank" class="icon">
<i class="icon-question-sign"></i>
Support
</a>
<a href="http://djangosuit.com/pricing/" target="_blank" class="icon">
<a href="https://wiki.opencord.org/" target="_blank" class="icon">
<i class="icon-bookmark"></i>
Licence
</a>
<a href="http://github.com/darklow/django-suit/issues" target="_blank" class="icon">
<a href="https://wiki.opencord.org/" target="_blank" class="icon">
<i class="icon-comment"></i>
Report a bug
</a>
Expand Down

0 comments on commit b59433b

Please sign in to comment.