Style fixes
[astakos] / snf-astakos-app / astakos / im / templates / im / login_base.html
index 0965d68..fc725a7 100644 (file)
@@ -25,8 +25,9 @@
                    {% endwith %}
                    <input type="hidden" name="next" value="{{ next }}">
                    <div class="form-row submit">
+                       <a class="extra-link" href="{% url django.contrib.auth.views.password_reset %}">Forgot your password?</a>
                        <input type="submit" class="submit altcol" value="SUBMIT" />
-                       <a class="extra-link" href="{% url django.contrib.auth.views.password_reset %}">Forgot your password?</a>
+                       
                    </div>
        </form>
     {% endif %}