#216 add FAQ section#429
Merged
sdelquin merged 10 commits intopythoncanarias:mainfrom Oct 26, 2021
Merged
Conversation
Add FAQ link to menu and fix bug CSS not showing
* Fix 🐛 not showing css in faq app:
* move css for faq to the proper path in
`/apps/faq/static/faq/css/main.scss`
* correct reference to css in `/apps/faq/templates/faq/base.html`
* set `{% block body_class %}` to `faq-index` in
`/apps/faq/templates/faq/faq_list.html`
* add FAQ link in the main menu:
* add faq to menu in `apps/commons/templates/header.html`
Contributor
Author
|
Es una version basica:
Os agradezco cualquier comentario, sugerencia de mejora o correccion, soy novato y estoy aqui para ayudar y aprender :-) Si mas o menos os encaja, a partir de aqui puedo ir completando. Posibles mejoras:
|
Si no hay tests, mejor borrarlo,solo hace el proceso de descubrimiento más largo
Fixed typo
euribates
approved these changes
Oct 26, 2021
Collaborator
euribates
left a comment
There was a problem hiding this comment.
Arreglado un pequeño typo
Contributor
|
Muchas gracias por tus aportaciones @mhered. Hemos hecho ciertas modificaciones para adaptarlo a lo que teníamos. |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add FAQ section #216.
faqtoINSTALLED_APPSinmain/settings.pyfaqtoAPPSconstant ingulp/config.jsfaqin the main menu inapps/commons/templates/header.htmlmain/urls.pyandapps/faq/urls.pyfaq_listview inapps/faq/views.pybase.htmlandfaq_list.htmlin/apps/faq/templates/faq/FAQItemmodel inapps/faq/models.pywith attributesquestionandanswerFAQItemmodel inapps/faq/admin.py/apps/faq/static/faq/css/main.scssClose Issue #216.