Convert Microsoft "smart quotes" to standard quotes
This snippet of code will convert those pesky "smart quote" characters (usually from Microsoft products) to standard quotes.
- convert
- microsoft
- smart-quotes
This snippet of code will convert those pesky "smart quote" characters (usually from Microsoft products) to standard quotes.
A simple template tag that generates a random UUID and stores it in a name context variable.
I recently had to write a custom template tag which checks to see if a value exists in a list variable from within a Django template. This was my first ever attempt at writing a template tag so any feedback would be appreciated.
nomadjourney has posted 3 snippets.