|
@ -34,13 +34,13 @@ |
|
|
</label> |
|
|
</label> |
|
|
</div> |
|
|
</div> |
|
|
#} |
|
|
#} |
|
|
|
|
|
<br> |
|
|
<button class="btn btn-lg btn-primary" type="submit"> |
|
|
<button class="btn btn-lg btn-primary" type="submit"> |
|
|
Sign in |
|
|
Sign in |
|
|
</button> |
|
|
</button> |
|
|
</form> |
|
|
</form> |
|
|
|
|
|
<br> |
|
|
<button class="btn btn-lg btn-secondary" type="submit"> |
|
|
<button class="btn btn-lg btn-secondary" type="submit"> |
|
|
<a href={{ path('app_register') }}>Register</a> |
|
|
<a style="text-decoration: none; color: white;" href={{ path('app_register') }}>Register</a> |
|
|
</button> |
|
|
</button> |
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|