Skip to content

Commit

Permalink
Change Guide URL in site_base to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrourke committed Dec 15, 2014
1 parent 472bd52 commit 9d81671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
South>=0.8.4,<2.0
Django==1.6.2
django-localflavor-us==1.1
pillow==2.1.0
# pillow==2.1.0 # See unix.stackexchange.com 105265
-e git+https://github.com/python-imaging/Pillow.git#egg=Pillow
django-announcements==1.0.2
django-celery==3.0.23
django-registration==1.0
Expand All @@ -13,7 +14,7 @@ django-require==1.0.5
django-gravatar2==1.1.3

# django-curation is required by viewshare.apps.discover
-e git+git://github.com/theatlantic/django-curation.git#egg=django-curation
-e git+https://github.com/theatlantic/django-curation.git#egg=django-curation

# Uncomment for uservoice integration
# pycrypto==2.3
2 changes: 1 addition & 1 deletion viewshare/templates/site_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
<li><a href="{% url 'userguide' %}">User's Guide</a></li>
<li><a href="http://viewshare.uservoice.com/knowledgebase/articles/240426-faq">FAQ</a></li>
<li><a href="{% url 'profile_detail' 'Guide' %}">Ask the Guide</a></li>
<li><a href="{% url 'profile_detail' 'guide' %}">Ask the Guide</a></li>
</ul>
</li><li class="divider-vertical"></li>
{% if user.is_staff %}<li><a href="/admin/" target="_blank"><i class="fa fa-cogs fa-lg"></i> {% trans "Admin" %}</a></li><li class="divider-vertical"></li>{% endif %}
Expand Down

0 comments on commit 9d81671

Please sign in to comment.