]> git.0d.be Git - mandayejs.git/blob - mandayejs/mandaye/templates/mandaye/post-login.html
move templates and static files to app
[mandayejs.git] / mandayejs / mandaye / templates / mandaye / post-login.html
1 {% load gadjo staticfiles %}
2 <html>
3 <head>
4   <script src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>
5   <script src="{% static 'mandaye.post.js' %}"></script>
6 </head>
7 <body>
8         Please wait...
9  <br/>
10  <iframe id="post-login-frame" src="{% url 'post-login-do' %}" style="display: none;">
11  </iframe>
12 </body>
13 </html>