Added Flask-Babel
This commit is contained in:
parent
776707eceb
commit
9c318b7b2b
2 changed files with 10 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "layout.html" %}
|
||||
{% from "_twitter.html" import tweet_box %}
|
||||
{% set latest_version = '0.3' %}
|
||||
{% set latest_version = '0.3.1' %}
|
||||
{% set download_url = 'http://pypi.python.org/packages/source/' ~
|
||||
'F/Flask/Flask-' ~ latest_version ~ '.tar.gz' %}
|
||||
{% block head %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue