File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22=======
3325-Oct-2010: fixing bug find-link option now into the correct place to install
4425-Oct-2010: adding base templates base.html, 404.html, 500.html
5+ 25-Oct-2010: fixing tempaltes
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages
44
5- version = '0.1.2 '
5+ version = '0.1.3 '
66
77def read_file (name ):
88 return open (os .path .join (os .path .dirname (__file__ ),
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ def main():
244244 }
245245}
246246
247- base_html = ''' {% load i18n %}
247+ base_html = '''{% load i18n %}
248248<!DOCTYPE html>
249249<html>
250250<head>
@@ -267,4 +267,4 @@ def main():
267267{% load i18n %}
268268{% block container %}
269269{% trans 'Server error' %}
270- {% endblock %}'''
270+ {% endblock %}'''
You can’t perform that action at this time.
0 commit comments