Skip to content

Commit

Permalink
Move incorrectly placed template
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourqui committed May 19, 2017
1 parent bbc35b3 commit e4f427e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{% extends "publications_bootstrap/base.html" %}

{% for publication in publications %}
{% include "publications_bootstrap/components/publication.html" %}
{% endfor %}
2 changes: 1 addition & 1 deletion publications_bootstrap/templatetags/publication_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def render_template(template, request, args):


@register.simple_tag(takes_context=True)
def get_publications(context, template='publications_bootstrap/pages/publications.html'):
def get_publications(context, template='publications_bootstrap/components/publications.html'):
"""
Get all publications.
"""
Expand Down

0 comments on commit e4f427e

Please sign in to comment.