short Tower version docs link

This commit is contained in:
AlanCoding
2016-05-04 12:29:12 -04:00
parent 59ed24e2c2
commit 2d38a582ec
2 changed files with 2 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ def version(request):
return {
'version': get_awx_version(),
'tower_version': get_awx_version(),
'short_tower_version': get_awx_version().split('-')[0],
}