Compare commits
No commits in common. "5f661851e5075be76bbe81b141c949f02777e2a4" and "94e4367c31b015af0d4c0e4325ec73836c63754e" have entirely different histories.
5f661851e5
...
94e4367c31
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,16 +1,3 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
# Ignorar archivos de configuración de IDEs
|
|
||||||
.venv
|
|
||||||
venv
|
|
||||||
|
|
||||||
# Ignorar todo en /static/uploads
|
|
||||||
/static/uploads/*
|
|
||||||
/cache/*
|
|
||||||
|
|
||||||
# ¡Pero no ignores el archivo .gitkeep!
|
|
||||||
!/static/uploads/.gitkeep
|
|
||||||
!/cache/.gitkeep
|
|
||||||
=======
|
|
||||||
.venv
|
.venv
|
||||||
venv
|
venv
|
||||||
|
|
||||||
@ -19,4 +6,3 @@ venv
|
|||||||
|
|
||||||
/static/uploads/
|
/static/uploads/
|
||||||
!/static/uploads/.gitkeep
|
!/static/uploads/.gitkeep
|
||||||
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -10,10 +10,6 @@
|
|||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
|
|
||||||
<img src="{{ url_for('static', filename='y_img/methodology/m-02.svg') }}" alt="Metodología" data-aos="fade-up" data-aos-delay="0" data-aos-duration="800">
|
<img src="{{ url_for('static', filename='y_img/methodology/m-02.svg') }}" alt="Metodología" data-aos="fade-up" data-aos-delay="0" data-aos-duration="800">
|
||||||
|
|
||||||
|
|
||||||
@ -29,10 +25,6 @@
|
|||||||
});
|
});
|
||||||
</script> -->
|
</script> -->
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
|
|
||||||
{% endblock body %}
|
{% endblock body %}
|
||||||
|
|
||||||
{% block js %}
|
{% block js %}
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
<div class="form-footer">
|
<div class="form-footer">
|
||||||
<a href="{{ url_for('login') }}" class="forgot-password">
|
<a href="{{ url_for('login') }}" class="forgot-password">
|
||||||
<i class="bi bi-arrow-left me-1"></i> Regresar al Login
|
<i class="bi bi-arrow-left me-1"></i> Regresar al Log In
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
<!-- Log In -->
|
<!-- Log In -->
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link {% if active_page == 'login' %}active{% endif %}" href="{{url_for('login')}}">Login</a>
|
<a class="nav-link {% if active_page == 'login' %}active{% endif %}" href="{{url_for('login')}}">Log In</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user