Changes between Version 3 and Version 4 of AutoEscape alternative
- Timestamp:
- Nov 14, 2006, 4:45:18 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AutoEscape alternative
v3 v4 73 73 {% endblock %} 74 74 }}} 75 76 = Try It Out = 77 78 Basic instructions for using the file below: 79 1. Create a `templatetags` directory inside of an app listed in the `INSTALLED_APPS` of your `settings.py` 80 2. Make a blank file `__init__.py` (that's two underscores before and after) in the `templatetags` folder 81 3. Copy the `filtertags.py` file into that folder (rename the latest file listed below to that)