This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
removed unused function parameter
pull/86/head
James Moore
8 years ago
parent
1520d7fc9a
commit
89736d7ce7
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
hc/front/templatetags/hc_extras.py
+ 2
- 2
hc/front/templatetags/hc_extras.py
View File
@ -42,10 +42,10 @@ def settings_value(name):
@register.simple_tag
def
site_name
(
name
)
:
def
site_name
(
)
:
return
settings
.
SITE_NAME
@register.simple_tag
def
site_root
(
name
)
:
def
site_root
(
)
:
return
settings
.
SITE_ROOT
Write
Preview
Loading…
Cancel
Save