Skip to content

Commit 1c1dd7e

Browse files
authored
'a' tag should have text contained
1 parent 59b09d2 commit 1c1dd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/csrf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To add a token as an HTTP GET parameter to a link in a template, you can utilize
9090

9191
```html
9292
<tal:authenticator tal:define="token context/@@authenticator/token">
93-
<a href="${python:context.absolute_url()}/myprotected_view?_authenticator=${token}" />
93+
<a href="${python:context.absolute_url()}/myprotected_view?_authenticator=${token}" >Link to some view</a>
9494
</tal:authenticator>
9595
```
9696

0 commit comments

Comments
 (0)