mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Temporarily using dev.newsblur.com for blurblog permalinks.
This commit is contained in:
parent
044b34e8cb
commit
8eb9fa60fa
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ register = template.Library()
|
|||
@register.simple_tag
|
||||
def current_domain():
|
||||
current_site = Site.objects.get_current()
|
||||
return current_site and current_site.domain
|
||||
return current_site and current_site.domain.replace('www', 'dev')
|
||||
|
||||
@register.simple_tag(takes_context=True)
|
||||
def localdatetime(context, date, date_format):
|
||||
|
|
Loading…
Add table
Reference in a new issue