Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. diff --git a/src/IDF/templates/idf/login_form.html b/src/IDF/templates/idf/login_form.html
  2. index 9377d45..7e0a848 100644
  3. --- a/src/IDF/templates/idf/login_form.html
  4. +++ b/src/IDF/templates/idf/login_form.html
  5. @@ -29,7 +29,8 @@ document.getElementById('id_login').focus()
  6. {block context}
  7. <div class="issue-submit-info">
  8. <h3>{trans 'Welcome.'}</h3>
  9. -<p>{trans 'If you don\'t have an account yet, you can create one'} <a href="{url 'IDF_Views::register', array()}">{trans 'here'}</a></p>
  10. -<p>{trans 'It takes less than a minute to create your account'}</p>
  11. +{aurl 'url', 'IDF_Views::register', array()}
  12. +<p>{blocktrans}If you don't have an account yet, you can create one <a href="{$url}">here</a>.{/blocktrans}</a></p>
  13. +<p>{trans 'It takes less than a minute to create your account.'}</p>
  14. </div>
  15. {/block}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement