Updated Large app how to (markdown)

eskilolsen 2012-03-24 12:33:35 -07:00
parent fe43ca5b32
commit 6c05a32ca3

@ -220,7 +220,7 @@ The view is where we'll declare our Blueprint. Using url_prefix will prefix ever
```python ```python
from functools import wraps from functools import wraps
from flask import g from flask import g, flash
def requires_login(f): def requires_login(f):
@wraps(f) @wraps(f)